Skip to content

Commit 8322120

Browse files
committed
Cargo.toml: use "authors.workspace = true"
1 parent 5bfbc30 commit 8322120

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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

0 commit comments

Comments
 (0)