summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2021-04-06 10:15:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2021-04-06 10:19:20 +0200
commit413054280d70c288614db8726c49f17f05d7e7e1 (patch)
treeea375e0870a377917c2402aa7c2792d1d2676a19
parent5179f0c05f593fd5295a42528a2543499c0f2dfa (diff)
Fix: Remove license-file as license key is enough
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c86f8b0..935af97 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,7 +11,6 @@ readme = "./README.md"
keywords = ["cli", "repology"]
categories = ["command-line-interface", "command-line-utilities"]
license = "GPL-2.0-only"
-license-file = "./LICENSE"
[badges]
maintenance = { status = "actively-developed" }