diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:04:32 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:50 +0200 |
commit | f83f9a7400b932de4ea74bad7bbeb3016443099a (patch) | |
tree | e5d21ac69492a8df6f1d08b9a764f29788d4dd3a /games-roguelike | |
parent | games-roguelike/FTL: update HOMEPAGE (diff) | |
download | gentoo-f83f9a7400b932de4ea74bad7bbeb3016443099a.tar.gz gentoo-f83f9a7400b932de4ea74bad7bbeb3016443099a.tar.bz2 gentoo-f83f9a7400b932de4ea74bad7bbeb3016443099a.zip |
games-roguelike/tome: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-roguelike')
-rw-r--r-- | games-roguelike/tome/tome-2.3.5-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-roguelike/tome/tome-2.3.5-r1.ebuild b/games-roguelike/tome/tome-2.3.5-r1.ebuild index 946930b9a686..0595068d383e 100644 --- a/games-roguelike/tome/tome-2.3.5-r1.ebuild +++ b/games-roguelike/tome/tome-2.3.5-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=7 @@ -7,7 +7,7 @@ inherit toolchain-funcs MY_PV=${PV//./} DESCRIPTION="save the world from Morgoth and battle evil (or become evil ;])" -HOMEPAGE="http://t-o-m-e.net/" +HOMEPAGE="https://t-o-m-e.net/" SRC_URI="http://t-o-m-e.net/dl/src/tome-${MY_PV}-src.tar.bz2" S="${WORKDIR}"/tome-${MY_PV}-src/src |