mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-30 20:47:46 +00:00
Cargo.toml: use "authors.workspace = true"
This commit is contained in:
parent
5bfbc30fba
commit
83221201cc
2 changed files with 4 additions and 4 deletions
|
@ -2,9 +2,9 @@
|
||||||
name = "uu_install"
|
name = "uu_install"
|
||||||
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
|
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
|
||||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install"
|
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install"
|
||||||
authors = ["Ben Eills <ben@beneills.com>", "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
|
||||||
|
|
|
@ -2,9 +2,9 @@
|
||||||
name = "uu_printf"
|
name = "uu_printf"
|
||||||
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
|
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
|
||||||
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
|
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
|
||||||
authors = ["Nathan Ross", "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