diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:13:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:43 +0200 |
commit | e7b1dabb0055b294646a38d63a6482926846e3f1 (patch) | |
tree | 23d99617bcf98ac45c56302f4f86d571c909f184 /games-fps | |
parent | games-fps/ezquake-bin: use HTTPS (diff) | |
download | gentoo-e7b1dabb0055b294646a38d63a6482926846e3f1.tar.gz gentoo-e7b1dabb0055b294646a38d63a6482926846e3f1.tar.bz2 gentoo-e7b1dabb0055b294646a38d63a6482926846e3f1.zip |
games-fps/tenebrae: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-fps')
-rw-r--r-- | games-fps/tenebrae/tenebrae-1.04-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-fps/tenebrae/tenebrae-1.04-r1.ebuild b/games-fps/tenebrae/tenebrae-1.04-r1.ebuild index 07743ada8ed5..bf55e42b5ace 100644 --- a/games-fps/tenebrae/tenebrae-1.04-r1.ebuild +++ b/games-fps/tenebrae/tenebrae-1.04-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 @@ -9,7 +9,7 @@ EAPI=7 inherit toolchain-funcs DESCRIPTION="Adds stencil shadows and per pixel lights to quake" -HOMEPAGE="http://tenebrae.sourceforge.net/" +HOMEPAGE="https://tenebrae.sourceforge.net/" SRC_URI="mirror://sourceforge/tenebrae/tenebraedata.zip mirror://gentoo/${P}.tbz2" S="${WORKDIR}" |