games-sports/stormbaancoureur: use HTTPS

Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger
2023-07-10 15:27:35 +02:00
committed by Conrad Kostecki
parent 5622b71656
commit 6d1ac82ea4

View File

@@ -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"