diff options
-rw-r--r-- | games-arcade/bomns/bomns-0.99.2-r1.ebuild | 8 | ||||
-rw-r--r-- | games-arcade/bomns/metadata.xml | 1 |
2 files changed, 5 insertions, 4 deletions
diff --git a/games-arcade/bomns/bomns-0.99.2-r1.ebuild b/games-arcade/bomns/bomns-0.99.2-r1.ebuild index bd574f113189..130963ce7b0c 100644 --- a/games-arcade/bomns/bomns-0.99.2-r1.ebuild +++ b/games-arcade/bomns/bomns-0.99.2-r1.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 inherit autotools flag-o-matic -DESCRIPTION="A fast-paced multiplayer deathmatch arcade game" -HOMEPAGE="http://greenridge.sourceforge.net" +DESCRIPTION="Fast-paced multiplayer deathmatch arcade game" +HOMEPAGE="https://github.com/keithfancher/Bomns-for-Linux" SRC_URI="mirror://sourceforge/greenridge/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="gtk editor" diff --git a/games-arcade/bomns/metadata.xml b/games-arcade/bomns/metadata.xml index e0cc140b2f8c..2c5a99662f2e 100644 --- a/games-arcade/bomns/metadata.xml +++ b/games-arcade/bomns/metadata.xml @@ -10,5 +10,6 @@ </use> <upstream> <remote-id type="sourceforge">greenridge</remote-id> + <remote-id type="github">keithfancher/Bomns-for-Linux</remote-id> </upstream> </pkgmetadata> |