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
3 changed files with 6 additions and 7 deletions
+2 -2
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
+2 -2
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
+2 -3
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