1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-29 12:07:46 +00:00

Cargo.toml: use "authors.workspace = true"

This commit is contained in:
Daniel Hofstetter 2025-04-11 06:59:11 +02:00
parent 5bfbc30fba
commit 83221201cc
2 changed files with 4 additions and 4 deletions

View file

@ -2,9 +2,9 @@
name = "uu_install"
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
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
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true

View file

@ -2,9 +2,9 @@
name = "uu_printf"
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
authors = ["Nathan Ross", "uutils developers"]
license.workspace = true
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
keywords.workspace = true
categories.workspace = true