diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:34:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:55 +0200 |
commit | 061f6a8d00ba8be423caa334d9205a76968c082c (patch) | |
tree | 5c91e9b78ab34776f5261d74ca00ca33dea1c3da /games-strategy/galaxyhack | |
parent | games-strategy/dunelegacy: use HTTPS (diff) | |
download | gentoo-061f6a8d00ba8be423caa334d9205a76968c082c.tar.gz gentoo-061f6a8d00ba8be423caa334d9205a76968c082c.tar.bz2 gentoo-061f6a8d00ba8be423caa334d9205a76968c082c.zip |
games-strategy/galaxyhack: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy/galaxyhack')
-rw-r--r-- | games-strategy/galaxyhack/galaxyhack-1.74-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-strategy/galaxyhack/galaxyhack-1.74-r2.ebuild b/games-strategy/galaxyhack/galaxyhack-1.74-r2.ebuild index d85e5bdbe334..8bcb09381651 100644 --- a/games-strategy/galaxyhack/galaxyhack-1.74-r2.ebuild +++ b/games-strategy/galaxyhack/galaxyhack-1.74-r2.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 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop edos2unix toolchain-funcs readme.gentoo-r1 DESCRIPTION="Multiplayer AI script based strategy game" -HOMEPAGE="http://galaxyhack.sourceforge.net/" +HOMEPAGE="https://galaxyhack.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2 mirror://gentoo/${PN}.png" S="${WORKDIR}/${PN}/src" @@ -31,7 +31,7 @@ Per user settings can be specified by creating ~/.galaxyhack/settings.dat Additional user submitted fleets can be downloaded from -http://galaxyhack.sourceforge.net/viewfleets.php +https://galaxyhack.sourceforge.net/viewfleets.php " PATCHES=( |