mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-13 18:47:58 +00:00
cp: use authors.workspace in Cargo.toml (#7882)
This commit is contained in:
parent
8c4d69b2f6
commit
15b6f40cfd
1 changed files with 2 additions and 6 deletions
|
@ -2,13 +2,9 @@
|
||||||
name = "uu_cp"
|
name = "uu_cp"
|
||||||
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
|
description = "cp ~ (uutils) copy SOURCE to DESTINATION"
|
||||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
|
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/cp"
|
||||||
authors = [
|
|
||||||
"Jordy Dickinson <jordy.dickinson@gmail.com>",
|
|
||||||
"Joshua S. Miller <jsmiller@uchicago.edu>",
|
|
||||||
"uutils developers",
|
|
||||||
]
|
|
||||||
license.workspace = true
|
|
||||||
version.workspace = true
|
version.workspace = true
|
||||||
|
authors.workspace = true
|
||||||
|
license.workspace = true
|
||||||
homepage.workspace = true
|
homepage.workspace = true
|
||||||
keywords.workspace = true
|
keywords.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue