diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:34:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:55 +0200 |
commit | 69cbefa1582262fd64b674daa65d085f174f550d (patch) | |
tree | ef5ecee459f8af692146adb37ae0e0621e97d679 /games-strategy | |
parent | games-strategy/galaxyhack: use HTTPS (diff) | |
download | gentoo-69cbefa1582262fd64b674daa65d085f174f550d.tar.gz gentoo-69cbefa1582262fd64b674daa65d085f174f550d.tar.bz2 gentoo-69cbefa1582262fd64b674daa65d085f174f550d.zip |
games-strategy/knights-demo: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r-- | games-strategy/knights-demo/knights-demo-1.32-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild b/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild index d329b09274d5..361d5eb8d117 100644 --- a/games-strategy/knights-demo/knights-demo-1.32-r3.ebuild +++ b/games-strategy/knights-demo/knights-demo-1.32-r3.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=7 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop unpacker wrapper DESCRIPTION="Anglo-Saxon medieval army battles and resource management" -HOMEPAGE="http://www.linuxgamepublishing.com/info.php?id=knights" +HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=knights" # Unversioned upstream filename SRC_URI="mirror://gentoo/${P}.run" S="${WORKDIR}" |