diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:25:05 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:45 +0200 |
commit | 2904a65436388b03030c0b335d08469d5d7a797d (patch) | |
tree | 01765bf43fa5dade74329a51a727da43cf71e71a /games-misc | |
parent | games-misc/papers-please: use HTTPS (diff) | |
download | gentoo-2904a65436388b03030c0b335d08469d5d7a797d.tar.gz gentoo-2904a65436388b03030c0b335d08469d5d7a797d.tar.bz2 gentoo-2904a65436388b03030c0b335d08469d5d7a797d.zip |
games-misc/sdljoytest: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-misc')
-rw-r--r-- | games-misc/sdljoytest/sdljoytest-11102003.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-misc/sdljoytest/sdljoytest-11102003.ebuild b/games-misc/sdljoytest/sdljoytest-11102003.ebuild index 50d329f815ea..077c81f958bb 100644 --- a/games-misc/sdljoytest/sdljoytest-11102003.ebuild +++ b/games-misc/sdljoytest/sdljoytest-11102003.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 @@ -6,7 +6,7 @@ EAPI=8 inherit toolchain-funcs DESCRIPTION="SDL app to test joysticks and game controllers" -HOMEPAGE="http://sdljoytest.sourceforge.net/" +HOMEPAGE="https://sdljoytest.sourceforge.net/" SRC_URI="mirror://sourceforge/sdljoytest/SDLJoytest-GL-${PV}.tar.bz2" S="${WORKDIR}"/SDLJoytest-GL |