Skip to content

Commit 550f90a

Browse files
cakebakerRenjiSann
authored andcommitted
cp: use authors.workspace in Cargo.toml (uutils#7882)
1 parent ccd309d commit 550f90a

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/uu/cp/Cargo.toml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,9 @@
22
name = "uu_cp"
33
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
5-
authors = [
6-
"Jordy Dickinson <jordy.dickinson@gmail.com>",
7-
"Joshua S. Miller <jsmiller@uchicago.edu>",
8-
"uutils developers",
9-
]
10-
license.workspace = true
115
version.workspace = true
6+
authors.workspace = true
7+
license.workspace = true
128
homepage.workspace = true
139
keywords.workspace = true
1410
categories.workspace = true

0 commit comments

Comments
 (0)