diff options
author | Peltoche <dev@halium.fr> | 2018-11-25 12:47:41 +0100 |
---|---|---|
committer | Peltoche <dev@halium.fr> | 2018-11-25 12:47:41 +0100 |
commit | 0fd07cb1bf079ab625a7d6f73f83ae7395eb8c02 (patch) | |
tree | b19c321b1f87af30fda56de6f995f2f870031cbc | |
parent | badc6985f261d8820d8d6737f735d0153c228ed0 (diff) |
Correct the license field0.1.0
-rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |