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