mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-31 04:57:45 +00:00
Merge pull request #3130 from davide125/url
uucore, uucore_procs: use the correct URLs in the crate manifest
This commit is contained in:
commit
913500913b
2 changed files with 3 additions and 3 deletions
|
@ -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"]
|
||||
|
|
|
@ -5,8 +5,8 @@ authors = ["Roy Ivy III <rivy.dev@gmail.com>"]
|
|||
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"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue