diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:45:10 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:58 +0200 |
commit | 83520bcef3dc74ec33884b3163986a880d98dcf0 (patch) | |
tree | efa987beba2e0131c8dd7fd4ffff94f8f0321259 /games-util | |
parent | games-util/glbsp: use HTTPS, fix LICENSE (diff) | |
download | gentoo-83520bcef3dc74ec33884b3163986a880d98dcf0.tar.gz gentoo-83520bcef3dc74ec33884b3163986a880d98dcf0.tar.bz2 gentoo-83520bcef3dc74ec33884b3163986a880d98dcf0.zip |
games-util/qstat: update HOMEPAGE, add github remote-id
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/qstat/metadata.xml | 1 | ||||
-rw-r--r-- | 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" |