summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPeltoche <dev@halium.fr>2018-11-25 12:47:41 +0100
committerPeltoche <dev@halium.fr>2018-11-25 12:47:41 +0100
commit0fd07cb1bf079ab625a7d6f73f83ae7395eb8c02 (patch)
treeb19c321b1f87af30fda56de6f995f2f870031cbc
parentbadc6985f261d8820d8d6737f735d0153c228ed0 (diff)
Correct the license field0.1.0
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d9b3d33..9b36cd0 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,7 +4,8 @@ categories = ["command-line-utilities"]
description = "A ls command with a lot of pretty colors."
homepage = "https://github.com/Peltoche/lsd"
keywords = ["ls"]
-license = "./LICENSE"
+license-file = "./LICENSE"
+license = "Apache-2.0"
name = "lsd"
readme = "./README.md"
repository = "https://github.com/Peltoche/lsd"