Skip to content

Commit

Permalink
fix: cargo deb fails to build package (#87)
Browse files Browse the repository at this point in the history
license-file uses a 2-element array with a location of the license file
and the amount of lines to skip at the top.
  • Loading branch information
diogomatsubara authored Jun 7, 2024
1 parent e6cba58 commit a776609
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ rustc_version = "0.4.0"
[package.metadata.deb]
copyright = "2022 ZettaScale Technology"
depends = "zenoh-plugin-storage-manager (=0.11.0-dev-1)"
license-file = ["0", "LICENSE"]
license-file = ["LICENSE", "0"]
maintainer = "[email protected]"
name = "zenoh-backend-s3"
section = "net"

0 comments on commit a776609

Please sign in to comment.