commit: 83520bcef3dc74ec33884b3163986a880d98dcf0
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Mon Jul 10 13:45:10 2023 +0000
Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Wed Jul 12 18:35:58 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83520bce
games-util/qstat: update HOMEPAGE, add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>
games-util/qstat/metadata.xml | 1 +
games-util/qstat/qstat-2.14.ebuild | 6 +++---
2 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/games-util/qstat/metadata.xml b/games-util/qstat/metadata.xml
index f7e23ebce6d2..852b2619fd9a 100644
--- a/games-util/qstat/metadata.xml
+++ b/games-util/qstat/metadata.xml
@@ -7,5 +7,6 @@
</maintainer>
<upstream>
<remote-id type="sourceforge">qstat</remote-id>
+ <remote-id type="github">Unity-Technologies/qstat</remote-id>
</upstream>
</pkgmetadata>
diff --git a/games-util/qstat/qstat-2.14.ebuild
b/games-util/qstat/qstat-2.14.ebuild
index d7a0d38b8c34..5de977de37a5 100644
--- a/games-util/qstat/qstat-2.14.ebuild
+++ b/games-util/qstat/qstat-2.14.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -6,8 +6,8 @@ EAPI=7
inherit autotools
DESCRIPTION="Server statics collector supporting many FPS games"
-HOMEPAGE="https://github.com/multiplay/qstat"
-SRC_URI="https://github.com/multiplay/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
+HOMEPAGE="https://github.com/Unity-Technologies/qstat"
+SRC_URI="https://github.com/Unity-Technologies/${PN}/archive/v${PV}.tar.gz ->
${P}.tar.gz"
LICENSE="Artistic"
SLOT="0"