diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:25:21 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:36 +0200 |
commit | e17c6a7f72c31ca226fd1842f19132af17e0de1e (patch) | |
tree | 182f3d2ccf2e71bbe76e0cefd187823899890606 /games-arcade | |
parent | games-arcade/ninvaders: use HTTPS, fix LICENSE (diff) | |
download | gentoo-e17c6a7f72c31ca226fd1842f19132af17e0de1e.tar.gz gentoo-e17c6a7f72c31ca226fd1842f19132af17e0de1e.tar.bz2 gentoo-e17c6a7f72c31ca226fd1842f19132af17e0de1e.zip |
games-arcade/openmortal: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/openmortal/openmortal-0.7-r4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/openmortal/openmortal-0.7-r4.ebuild b/games-arcade/openmortal/openmortal-0.7-r4.ebuild index 58706bdc410b..3e5b21cd748d 100644 --- a/games-arcade/openmortal/openmortal-0.7-r4.ebuild +++ b/games-arcade/openmortal/openmortal-0.7-r4.ebuild @@ -1,12 +1,12 @@ -# 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 desktop -DESCRIPTION="A spoof of the famous Mortal Kombat game" -HOMEPAGE="http://openmortal.sourceforge.net/" +DESCRIPTION="Spoof of the famous Mortal Kombat game" +HOMEPAGE="https://openmortal.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" LICENSE="GPL-2" |