summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Beyer <matthias.beyer@atos.net>2019-05-02 16:27:08 +0200
committerMatthias Beyer <matthias.beyer@atos.net>2019-05-02 16:33:26 +0200
commit90dd3de32544aad01e4c8580f53a5cd80e8d629b (patch)
tree1ffbd666f2f205663bf07d00346b13a1a967a39f
parent4d14473635b077755368c57497af9c20f9c30254 (diff)
Cargo.toml: Do only specify license, not -file
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
-rw-r--r--Cargo.toml1
-rw-r--r--librepology/Cargo.toml1
2 files changed, 0 insertions, 2 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" }
diff --git a/librepology/Cargo.toml b/librepology/Cargo.toml
index 3dccff0..51afe45 100644
--- a/librepology/Cargo.toml
+++ b/librepology/Cargo.toml
@@ -11,7 +11,6 @@ readme = "./README.md"
keywords = ["api", "repology"]
categories = ["data-structures", "api-bindings"]
license = "MPL-2.0"
-license-file = "./LICENSE"
[badges]
maintenance = { status = "actively-developed" }