diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:29:56 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:54 +0200 |
commit | 7e84fbc04606b6cf8c79b2b82a2b8760217ff7e6 (patch) | |
tree | a5f51ec4c639f64b1855b3b99d9804014dec37cd /games-sports | |
parent | games-sports/stormbaancoureur: use HTTPS (diff) | |
download | gentoo-7e84fbc04606b6cf8c79b2b82a2b8760217ff7e6.tar.gz gentoo-7e84fbc04606b6cf8c79b2b82a2b8760217ff7e6.tar.bz2 gentoo-7e84fbc04606b6cf8c79b2b82a2b8760217ff7e6.zip |
games-sports/trigger: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/trigger/trigger-0.6.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-sports/trigger/trigger-0.6.1-r1.ebuild b/games-sports/trigger/trigger-0.6.1-r1.ebuild index cd17773e871f..4f792aba9d4f 100644 --- a/games-sports/trigger/trigger-0.6.1-r1.ebuild +++ b/games-sports/trigger/trigger-0.6.1-r1.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=8 @@ -8,7 +8,7 @@ inherit desktop toolchain-funcs MY_PN=${PN}-rally MY_P=${MY_PN}-${PV} DESCRIPTION="Free OpenGL rally car racing game" -HOMEPAGE="http://trigger-rally.sourceforge.net/" +HOMEPAGE="https://trigger-rally.sourceforge.net/" SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.bz2" S="${WORKDIR}"/${MY_P} |