commit: b202b5321a4e93fe5031e4491c3d16e956168984 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Oct 24 09:29:25 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sun Oct 24 09:29:25 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b202b532
net-misc/dhcpcd-ui: update HOMEPAGE, add remote-id Closes: https://bugs.gentoo.org/819966 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild | 2 +- net-misc/dhcpcd-ui/metadata.xml | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild index 8df1568682c..fbb1017029b 100644 --- a/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild +++ b/net-misc/dhcpcd-ui/dhcpcd-ui-0.7.8.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit qmake-utils systemd xdg DESCRIPTION="Desktop notification and configuration for dhcpcd" -HOMEPAGE="https://roy.marples.name/projects/dhcpcd-ui/" +HOMEPAGE="https://github.com/NetworkConfiguration/dhcpcd-ui https://roy.marples.name/projects/dhcpcd-ui/" SRC_URI="https://roy.marples.name/downloads/${PN%-ui}/${P}.tar.xz" LICENSE="BSD-2" diff --git a/net-misc/dhcpcd-ui/metadata.xml b/net-misc/dhcpcd-ui/metadata.xml index 115e9d64a66..7ee7cdf1b15 100644 --- a/net-misc/dhcpcd-ui/metadata.xml +++ b/net-misc/dhcpcd-ui/metadata.xml @@ -2,4 +2,7 @@ <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <!-- maintainer-needed --> + <upstream> + <remote-id type="github">NetworkConfiguration/dhcpcd-ui</remote-id> + </upstream> </pkgmetadata>
