1
Fork 0
mirror of https://github.com/RGBCube/uutils-coreutils synced 2025-07-28 11:37:44 +00:00

Merge pull request #7723 from cakebaker/cargo_toml_use_authors_workspace

Cargo.toml: use `authors.workspace = true`
This commit is contained in:
Sylvestre Ledru 2025-04-11 03:55:52 -04:00 committed by GitHub
commit 7e3b8f14d2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 7 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

View file

@ -1,12 +1,11 @@
[package]
name = "uu_stdbuf_libstdbuf"
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
version.workspace = true
authors.workspace = true
license.workspace = true
homepage.workspace = true
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
keywords.workspace = true
categories.workspace = true
edition.workspace = true