From 15b6f40cfd15a8c31d9883e0c1d11ede4926bf44 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 4 May 2025 13:20:48 +0200 Subject: [PATCH] cp: use authors.workspace in Cargo.toml (#7882) --- src/uu/cp/Cargo.toml | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/src/uu/cp/Cargo.toml b/src/uu/cp/Cargo.toml index 5d6ba6195..7dd1cfdb4 100644 --- a/src/uu/cp/Cargo.toml +++ b/src/uu/cp/Cargo.toml @@ -2,13 +2,9 @@ name = "uu_cp" description = "cp ~ (uutils) copy SOURCE to DESTINATION" repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp" -authors = [ - "Jordy Dickinson ", - "Joshua S. Miller ", - "uutils developers", -] -license.workspace = true version.workspace = true +authors.workspace = true +license.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true