aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a83b099..025d76c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -10,7 +10,6 @@ readme = "README.md"
keywords = ["bitwarden"]
categories = ["command-line-utilities", "cryptography"]
license = "MIT"
-license-file = "LICENSE"
[dependencies]
aes = "0.3"
@@ -43,3 +42,4 @@ zeroize = "1.1"
[package.metadata.deb]
depends = "pinentry"
+license-file = "LICENSE"