From 11688408a1bdc526f5130ac6a68575eac3947b9d Mon Sep 17 00:00:00 2001 From: Davide Cavalca Date: Sat, 12 Feb 2022 21:31:39 -0800 Subject: [PATCH] uucore, uucore_procs: use the correct URLs in the crate manifest --- src/uucore/Cargo.toml | 2 +- src/uucore_procs/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/uucore/Cargo.toml b/src/uucore/Cargo.toml index 5bd5994cc..949ec25f6 100644 --- a/src/uucore/Cargo.toml +++ b/src/uucore/Cargo.toml @@ -6,7 +6,7 @@ license = "MIT" description = "uutils ~ 'core' uutils code library (cross-platform)" homepage = "https://github.com/uutils/coreutils" -repository = "https://github.com/uutils/coreutils/tree/master/src/uu/arch" +repository = "https://github.com/uutils/coreutils/tree/master/src/uucore" # readme = "README.md" keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"] categories = ["command-line-utilities"] diff --git a/src/uucore_procs/Cargo.toml b/src/uucore_procs/Cargo.toml index 800fc289f..2da22dbac 100644 --- a/src/uucore_procs/Cargo.toml +++ b/src/uucore_procs/Cargo.toml @@ -5,8 +5,8 @@ authors = ["Roy Ivy III "] license = "MIT" description = "uutils ~ 'uucore' proc-macros" -homepage = "https://github.com/uutils/uucore/uucore_procs" -repository = "https://github.com/uutils/uucore/uucore_procs" +homepage = "https://github.com/uutils/coreutils" +repository = "https://github.com/uutils/coreutils/tree/master/src/uucore_procs" # readme = "README.md" keywords = ["cross-platform", "proc-macros", "uucore", "uutils"] # categories = ["os"]