diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 13:29:24 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:37 +0200 |
commit | dfb97431c86138d905973b123d79e569499b3298 (patch) | |
tree | b1d61a648d3bf0c3824e13f7ade9734bc15e5721 /games-arcade | |
parent | games-arcade/pacmanarena: use HTTPS, fix LICENSE (diff) | |
download | gentoo-dfb97431c86138d905973b123d79e569499b3298.tar.gz gentoo-dfb97431c86138d905973b123d79e569499b3298.tar.bz2 gentoo-dfb97431c86138d905973b123d79e569499b3298.zip |
games-arcade/sdlsasteroids: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild b/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild index aa5cf2f17d8a..a4301c145864 100644 --- a/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.ebuild +++ b/games-arcade/sdlsasteroids/sdlsasteroids-3.0.1-r1.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=7 @@ -6,7 +6,7 @@ EAPI=7 inherit desktop DESCRIPTION="Rework of Sasteroids using SDL" -HOMEPAGE="http://sdlsas.sourceforge.net/" +HOMEPAGE="https://sdlsas.sourceforge.net/" SRC_URI="mirror://sourceforge/sdlsas/SDLSasteroids-${PV}.tar.gz" S="${WORKDIR}/SDLSasteroids-${PV}" |