diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:47:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:40 +0200 |
commit | 357a77ef00d23e20c158a92fd5bf0b9ba5a47e5f (patch) | |
tree | 683ae2738d5a27698e7b3d52cd673fc100cb2e5b /games-board | |
parent | games-board/pasang-emas: use HTTPS (diff) | |
download | gentoo-357a77ef00d23e20c158a92fd5bf0b9ba5a47e5f.tar.gz gentoo-357a77ef00d23e20c158a92fd5bf0b9ba5a47e5f.tar.bz2 gentoo-357a77ef00d23e20c158a92fd5bf0b9ba5a47e5f.zip |
games-board/phalanx: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/phalanx/phalanx-22-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-board/phalanx/phalanx-22-r1.ebuild b/games-board/phalanx/phalanx-22-r1.ebuild index 4d2f1f020ea5..4cf1c7f50f9b 100644 --- a/games-board/phalanx/phalanx-22-r1.ebuild +++ b/games-board/phalanx/phalanx-22-r1.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=8 @@ -8,7 +8,7 @@ inherit toolchain-funcs MY_P="${PN^}-XXII" DESCRIPTION="Chess engine suitable for beginner and intermediate players" -HOMEPAGE="http://phalanx.sourceforge.net/" +HOMEPAGE="https://phalanx.sourceforge.net/" SRC_URI="mirror://sourceforge/phalanx/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" |