diff --git a/src/uu/install/Cargo.toml b/src/uu/install/Cargo.toml index 66051a3b5..5e7c5c5df 100644 --- a/src/uu/install/Cargo.toml +++ b/src/uu/install/Cargo.toml @@ -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 ", "uutils developers"] -license.workspace = true version.workspace = true +authors.workspace = true +license.workspace = true homepage.workspace = true keywords.workspace = true categories.workspace = true diff --git a/src/uu/printf/Cargo.toml b/src/uu/printf/Cargo.toml index d58e83fd9..7b5a2dadb 100644 --- a/src/uu/printf/Cargo.toml +++ b/src/uu/printf/Cargo.toml @@ -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