From bf8353cce09e9b597ec3adfd75fe77f462993c7b Mon Sep 17 00:00:00 2001 From: Roy Ivy III Date: Mon, 1 Jun 2020 17:24:19 -0500 Subject: [PATCH] docs ~ update `coreutils` description based on PR feedback --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92d70c764..6ef2e022f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ name = "coreutils" version = "0.0.1" # "0.0.1.1" authors = ["uutils developers"] license = "MIT" -description = "coreutils ~ GNU coreutils; implemented as universal (cross-platform) utils, written in Rust" +description = "coreutils ~ GNU coreutils (updated); implemented as universal (cross-platform) utils, written in Rust" homepage = "https://github.com/uutils/coreutils" repository = "https://github.com/uutils/coreutils"