mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-29 03:57: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:
commit
7e3b8f14d2
3 changed files with 6 additions and 7 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
|
||||||
|
|
|
@ -1,12 +1,11 @@
|
||||||
[package]
|
[package]
|
||||||
name = "uu_stdbuf_libstdbuf"
|
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
|
version.workspace = true
|
||||||
authors.workspace = true
|
authors.workspace = true
|
||||||
license.workspace = true
|
license.workspace = true
|
||||||
|
|
||||||
homepage.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
|
keywords.workspace = true
|
||||||
categories.workspace = true
|
categories.workspace = true
|
||||||
edition.workspace = true
|
edition.workspace = true
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue