Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/hub/
Date: Fri, 28 May 2021 20:14:37
Message-Id: 1622232836.98211e9d8a8ac7f84f9c2a0fbf61e8a4cb88bf98.sam@gentoo
1 commit: 98211e9d8a8ac7f84f9c2a0fbf61e8a4cb88bf98
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Apr 2 12:08:42 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri May 28 20:13:56 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98211e9d
7
8 dev-vcs/hub: fix github remote-id
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11 Closes: https://github.com/gentoo/gentoo/pull/20232
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-vcs/hub/metadata.xml | 2 +-
15 1 file changed, 1 insertion(+), 1 deletion(-)
16
17 diff --git a/dev-vcs/hub/metadata.xml b/dev-vcs/hub/metadata.xml
18 index cfaa84c658f..1034740608d 100644
19 --- a/dev-vcs/hub/metadata.xml
20 +++ b/dev-vcs/hub/metadata.xml
21 @@ -6,6 +6,6 @@
22 <name>William Hubbs</name>
23 </maintainer>
24 <upstream>
25 - <remote-id type="github">defunkt/hub</remote-id>
26 + <remote-id type="github">github/hub</remote-id>
27 </upstream>
28 </pkgmetadata>