diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 15:45:39 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:59 +0200 |
commit | 2a8ae252e9693bea40a8f9e6e523ab079e2d043c (patch) | |
tree | 3b2f2acd5595d2de2a43856801b22f964cf077d9 /games-util | |
parent | games-util/qstat: update HOMEPAGE, add github remote-id (diff) | |
download | gentoo-2a8ae252e9693bea40a8f9e6e523ab079e2d043c.tar.gz gentoo-2a8ae252e9693bea40a8f9e6e523ab079e2d043c.tar.bz2 gentoo-2a8ae252e9693bea40a8f9e6e523ab079e2d043c.zip |
games-util/ucon64: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-util')
-rw-r--r-- | games-util/ucon64/ucon64-2.2.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-util/ucon64/ucon64-2.2.2.ebuild b/games-util/ucon64/ucon64-2.2.2.ebuild index 617f85487c0d..718d5de12bce 100644 --- a/games-util/ucon64/ucon64-2.2.2.ebuild +++ b/games-util/ucon64/ucon64-2.2.2.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 toolchain-funcs DESCRIPTION="The backup tool and wonderful emulator's Swiss Army knife program" -HOMEPAGE="http://ucon64.sourceforge.net/" +HOMEPAGE="https://ucon64.sourceforge.net/" SRC_URI="mirror://sourceforge/ucon64/${P}-src.tar.gz" S="${WORKDIR}/${P}-src/src" |