diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:27:35 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:54 +0200 |
commit | 6d1ac82ea4e27ee08f228fc6d696e3931f0c7bf9 (patch) | |
tree | 093601c221c23d4ee49e25085fc38d17d1bdd9a0 /games-sports | |
parent | games-sports/gracer: use HTTPS, fix LICENSE (diff) | |
download | gentoo-6d1ac82ea4e27ee08f228fc6d696e3931f0c7bf9.tar.gz gentoo-6d1ac82ea4e27ee08f228fc6d696e3931f0c7bf9.tar.bz2 gentoo-6d1ac82ea4e27ee08f228fc6d696e3931f0c7bf9.zip |
games-sports/stormbaancoureur: 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/stormbaancoureur/stormbaancoureur-2.1.6-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r2.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r2.ebuild index a1239ecaa187..51faa064e71e 100644 --- a/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r2.ebuild +++ b/games-sports/stormbaancoureur/stormbaancoureur-2.1.6-r2.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 @@ -6,8 +6,8 @@ EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="Simulated obstacle course for automobiles" -HOMEPAGE="http://www.stolk.org/stormbaancoureur/" -SRC_URI="http://www.stolk.org/stormbaancoureur/download/${P}.tar.gz" +HOMEPAGE="https://www.stolk.org/stormbaancoureur/" +SRC_URI="https://www.stolk.org/stormbaancoureur/download/${P}.tar.gz" S="${WORKDIR}/${P}/src-stormbaancoureur" LICENSE="GPL-3" |