1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-09-13 10:37:58 +00:00

cp: use authors.workspace in Cargo.toml (#7882)

This commit is contained in:
Daniel Hofstetter 2025-05-04 13:20:48 +02:00 committed by GitHub
parent 8c4d69b2f6
commit 15b6f40cfd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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 <jordy.dickinson@gmail.com>",
"Joshua S. Miller <jsmiller@uchicago.edu>",
"uutils developers",
]
license.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true