From 14777f63d3d598639d5f4388742b1b0e3f399ff2 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Sun, 4 May 2025 13:06:41 +0200 Subject: [PATCH] cp: use authors.workspace in Cargo.toml --- 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 5d6ba619510..7dd1cfdb4e9 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