From 101a5fd9d169c50a5bd4061d34910d8652044e53 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Mon, 13 Apr 2020 22:11:29 +0200 Subject: [PATCH] remove comment --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5fc27fbf9..82ed97920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ [package] name = "uutils" -description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust" ## aggregates Rust rewrites of the GNU coreutils" +description = "uutils ~ universal (as in cross-platform) CLI utils, written in Rust" license = "MIT" repository = "https://github.com/uutils/coreutils" version = "0.0.1"