mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-08-01 05:27: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)"
|
description = "uutils ~ 'core' uutils code library (cross-platform)"
|
||||||
|
|
||||||
homepage = "https://github.com/uutils/coreutils"
|
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"
|
# readme = "README.md"
|
||||||
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
keywords = ["coreutils", "uutils", "cross-platform", "cli", "utility"]
|
||||||
categories = ["command-line-utilities"]
|
categories = ["command-line-utilities"]
|
||||||
|
|
|
@ -5,8 +5,8 @@ authors = ["Roy Ivy III <rivy.dev@gmail.com>"]
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
description = "uutils ~ 'uucore' proc-macros"
|
description = "uutils ~ 'uucore' proc-macros"
|
||||||
|
|
||||||
homepage = "https://github.com/uutils/uucore/uucore_procs"
|
homepage = "https://github.com/uutils/coreutils"
|
||||||
repository = "https://github.com/uutils/uucore/uucore_procs"
|
repository = "https://github.com/uutils/coreutils/tree/master/src/uucore_procs"
|
||||||
# readme = "README.md"
|
# readme = "README.md"
|
||||||
keywords = ["cross-platform", "proc-macros", "uucore", "uutils"]
|
keywords = ["cross-platform", "proc-macros", "uucore", "uutils"]
|
||||||
# categories = ["os"]
|
# categories = ["os"]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue