diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 12:55:04 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:30 +0200 |
commit | 892aeb6d1f934784fc01be102a318450ca17a586 (patch) | |
tree | fd23bf0baa759955e2aec9fd87379d858b8dba8a /games-action | |
parent | games-action/rrootage: use HTTPS (diff) | |
download | gentoo-892aeb6d1f934784fc01be102a318450ca17a586.tar.gz gentoo-892aeb6d1f934784fc01be102a318450ca17a586.tar.bz2 gentoo-892aeb6d1f934784fc01be102a318450ca17a586.zip |
games-action/transcend: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/transcend/transcend-0.3-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-action/transcend/transcend-0.3-r2.ebuild b/games-action/transcend/transcend-0.3-r2.ebuild index b3f2a9b7a91c..fb904b8d29a6 100644 --- a/games-action/transcend/transcend-0.3-r2.ebuild +++ b/games-action/transcend/transcend-0.3-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,7 +6,7 @@ EAPI=8 inherit desktop toolchain-funcs DESCRIPTION="Retro-style, abstract, 2D shooter" -HOMEPAGE="http://transcend.sourceforge.net/" +HOMEPAGE="https://transcend.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/Transcend_${PV}_UnixSource.tar.gz" S="${WORKDIR}/Transcend_${PV}_UnixSource" |