Skip to content

Commit 7e3b8f1

Browse files
authored
Merge pull request #7723 from cakebaker/cargo_toml_use_authors_workspace
Cargo.toml: use `authors.workspace = true`
2 parents b13ce98 + b366b68 commit 7e3b8f1

File tree

3 files changed

+6
-7
lines changed

3 files changed

+6
-7
lines changed

src/uu/install/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "uu_install"
33
description = "install ~ (uutils) copy files from SOURCE to DESTINATION (with specified attributes)"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/install"
5-
authors = ["Ben Eills <[email protected]>", "uutils developers"]
6-
license.workspace = true
75
version.workspace = true
6+
authors.workspace = true
7+
license.workspace = true
88
homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true

src/uu/printf/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
name = "uu_printf"
33
description = "printf ~ (uutils) FORMAT and display ARGUMENTS"
44
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/printf"
5-
authors = ["Nathan Ross", "uutils developers"]
6-
license.workspace = true
75
version.workspace = true
6+
authors.workspace = true
7+
license.workspace = true
88
homepage.workspace = true
99
keywords.workspace = true
1010
categories.workspace = true

src/uu/stdbuf/src/libstdbuf/Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
[package]
22
name = "uu_stdbuf_libstdbuf"
3+
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
4+
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
35
version.workspace = true
46
authors.workspace = true
57
license.workspace = true
6-
78
homepage.workspace = true
8-
description = "stdbuf/libstdbuf ~ (uutils); dynamic library required for stdbuf"
9-
repository = "https://github.com/uutils/coreutils/tree/main/src/uu/stdbuf"
109
keywords.workspace = true
1110
categories.workspace = true
1211
edition.workspace = true

0 commit comments

Comments
 (0)