From 79472b8d4a13547a4d954fbc34ca6579ee42eb1f Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Sat, 17 Feb 2024 17:19:12 +0100 Subject: [PATCH] update of desc --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 915d09d..003f29b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ name = "procps" version = "0.0.1" authors = ["uutils developers"] license = "MIT" -description = "procps ~ GNU procps (updated); implemented as universal (cross-platform) utils, written in Rust" +description = "procps ~ implemented as universal (cross-platform) utils, written in Rust" default-run = "procps" homepage = "https://github.com/uutils/procps"