aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorDaniel <kingdread@gmx.de>2020-04-26 11:51:03 +0200
committerDaniel <kingdread@gmx.de>2020-04-26 11:51:03 +0200
commitddfa50eb7c4a755a877db76aa8e5a79cd3df1038 (patch)
tree532eeb861446f2512946b4a542a2d4153e5c924d /Cargo.toml
parent8c6a8d80aa65c58a8692df315cbf4494513c496e (diff)
downloadraidgrep-ddfa50eb7c4a755a877db76aa8e5a79cd3df1038.tar.gz
raidgrep-ddfa50eb7c4a755a877db76aa8e5a79cd3df1038.tar.bz2
raidgrep-ddfa50eb7c4a755a877db76aa8e5a79cd3df1038.zip
remove license-file
We already have license set, so no need for license-file.
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 4f3aeac..514b6f8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -3,7 +3,6 @@ name = "raidgrep"
version = "1.0.0"
authors = ["Daniel <kingdread@gmx.de>"]
license = "GPL-3.0-or-later"
-license-file = "LICENSE"
edition = "2018"
description = "An evtc searching tool, akin to find"
readme = "README.md"