From 83221201cc06ccc0a4e1d1eb547551fc38e048b9 Mon Sep 17 00:00:00 2001 From: Daniel Hofstetter Date: Fri, 11 Apr 2025 06:59:11 +0200 Subject: [PATCH] Cargo.toml: use "authors.workspace = true" --- src/uu/install/Cargo.toml | 4 ++-- src/uu/printf/Cargo.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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