summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
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 /Cargo.toml
parent4d14473635b077755368c57497af9c20f9c30254 (diff)
Cargo.toml: Do only specify license, not -file
Signed-off-by: Matthias Beyer <matthias.beyer@atos.net>
Diffstat (limited to 'Cargo.toml')
-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" }