diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:53:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:30 +0200 |
commit | 7c74584f4fdf3dacc8f88e85885a6b79272822cf (patch) | |
tree | 61415d6772415c6ad4c1e59db32af8180c243b35 /games-action | |
parent | games-action/heroes: use HTTPS, fix LICENSE (diff) | |
download | gentoo-7c74584f4fdf3dacc8f88e85885a6b79272822cf.tar.gz gentoo-7c74584f4fdf3dacc8f88e85885a6b79272822cf.tar.bz2 gentoo-7c74584f4fdf3dacc8f88e85885a6b79272822cf.zip |
games-action/rrootage: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/rrootage/rrootage-0.23a-r3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-action/rrootage/rrootage-0.23a-r3.ebuild b/games-action/rrootage/rrootage-0.23a-r3.ebuild index 83eed8878133..ac09888494ea 100644 --- a/games-action/rrootage/rrootage-0.23a-r3.ebuild +++ b/games-action/rrootage/rrootage-0.23a-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -8,8 +8,8 @@ inherit toolchain-funcs MY_PN="rRootage" MY_P="${MY_PN}-${PV}" DESCRIPTION="Abstract shooter - defeat auto-created huge battleships" -HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/rr_e.html - http://rrootage.sourceforge.net/" +HOMEPAGE="https://www.asahi-net.or.jp/~cs8k-cyu/windows/rr_e.html + https://rrootage.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_PN}/src |