From 373a2181574d835c3c9cdc1e62fbf92f1a025c0c Mon Sep 17 00:00:00 2001 From: Eduardo Pinho Date: Wed, 30 Jan 2019 13:34:02 +0000 Subject: [PATCH] Update Cargo.toml remove homepage manifest attribute for compliance with C-METADATA --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f3ed6e9..ad12284 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,6 @@ authors = ["Peltoche "] build = "build.rs" categories = ["command-line-utilities"] description = "A ls command with a lot of pretty colors." -homepage = "https://github.com/Peltoche/lsd" keywords = ["ls"] license = "Apache-2.0" name = "lsd"