aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 11:43:21 -0700
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2021-10-07 11:43:21 -0700
commitccb2293d6dbadb0c1cbe31fd6319733dac984c85 (patch)
tree7198fdf110f4580bae5784a427e9dad108033c74
parent.travis.yml: delete (diff)
downloadcargo-ebuild-ccb2293d6dbadb0c1cbe31fd6319733dac984c85.tar.gz
cargo-ebuild-ccb2293d6dbadb0c1cbe31fd6319733dac984c85.tar.bz2
cargo-ebuild-ccb2293d6dbadb0c1cbe31fd6319733dac984c85.zip
Cargo.toml: update URLs
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
-rw-r--r--Cargo.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/Cargo.toml b/Cargo.toml
index af95421..5af638b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,9 +4,9 @@ version = "0.5.1-dev"
authors = ["Doug Goldstein <cardoe@cardoe.com>"]
license = "MIT/Apache-2.0"
edition = "2018"
-repository = "https://github.com/cardoe/cargo-ebuild"
-homepage = "https://github.com/cardoe/cargo-ebuild"
-documentation = "https://github.com/cardoe/cargo-ebuild"
+repository = "https://github.com/gentoo/cargo-ebuild"
+homepage = "https://github.com/gentoo/cargo-ebuild"
+documentation = "https://github.com/gentoo/cargo-ebuild"
readme = "README.md"
keywords = ["cargo-subcommand", "ebuild", "gentoo"]
categories = ["command-line-utilities"]