Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/cargo-ebuild:master commit in: /
Date: Thu, 07 Oct 2021 19:03:33
Message-Id: 1633632201.ccb2293d6dbadb0c1cbe31fd6319733dac984c85.gyakovlev@gentoo
1 commit: ccb2293d6dbadb0c1cbe31fd6319733dac984c85
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 18:43:21 2021 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 18:43:21 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/cargo-ebuild.git/commit/?id=ccb2293d
7
8 Cargo.toml: update URLs
9
10 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
11
12 Cargo.toml | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 diff --git a/Cargo.toml b/Cargo.toml
16 index af95421..5af638b 100644
17 --- a/Cargo.toml
18 +++ b/Cargo.toml
19 @@ -4,9 +4,9 @@ version = "0.5.1-dev"
20 authors = ["Doug Goldstein <cardoe@××××××.com>"]
21 license = "MIT/Apache-2.0"
22 edition = "2018"
23 -repository = "https://github.com/cardoe/cargo-ebuild"
24 -homepage = "https://github.com/cardoe/cargo-ebuild"
25 -documentation = "https://github.com/cardoe/cargo-ebuild"
26 +repository = "https://github.com/gentoo/cargo-ebuild"
27 +homepage = "https://github.com/gentoo/cargo-ebuild"
28 +documentation = "https://github.com/gentoo/cargo-ebuild"
29 readme = "README.md"
30 keywords = ["cargo-subcommand", "ebuild", "gentoo"]
31 categories = ["command-line-utilities"]