diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:19:16 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:52 +0200 |
commit | 213f7128e5dfbb03e13985fa05459d73402c4ff3 (patch) | |
tree | ca8f9f43b6c3a7842930bd345ef8222b59c20f7f /games-simulation | |
parent | games-rpg/openglad: use HTTPS (diff) | |
download | gentoo-213f7128e5dfbb03e13985fa05459d73402c4ff3.tar.gz gentoo-213f7128e5dfbb03e13985fa05459d73402c4ff3.tar.bz2 gentoo-213f7128e5dfbb03e13985fa05459d73402c4ff3.zip |
games-simulation/crashtest: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-simulation')
-rw-r--r-- | games-simulation/crashtest/crashtest-1.1-r2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-simulation/crashtest/crashtest-1.1-r2.ebuild b/games-simulation/crashtest/crashtest-1.1-r2.ebuild index ff27796a7f4c..4f9ff6d8d1b2 100644 --- a/games-simulation/crashtest/crashtest-1.1-r2.ebuild +++ b/games-simulation/crashtest/crashtest-1.1-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="Educational car crash simulator" -HOMEPAGE="http://www.stolk.org/crashtest/" -SRC_URI="http://www.stolk.org/crashtest/${P}.tar.gz" +HOMEPAGE="https://www.stolk.org/crashtest/" +SRC_URI="https://www.stolk.org/crashtest/${P}.tar.gz" S="${WORKDIR}/${P}/src-${PN}" LICENSE="GPL-2" |