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"]