Skip to content

Commit 15b6f40

Browse files
authored
cp: use authors.workspace in Cargo.toml (#7882)
1 parent 8c4d69b commit 15b6f40

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)