diff options
author | 2023-07-10 13:15:43 +0200 | |
---|---|---|
committer | 2023-07-12 20:35:33 +0200 | |
commit | 28c36cbc07cd0256bbd3141bc5d17f1285cb28f4 (patch) | |
tree | 1954ae52e220e5d93fcb908f4f8b583a41aa77ad /games-arcade/jvgs/jvgs-0.5-r100.ebuild | |
parent | games-arcade/gav: use HTTPS, fix LICENSE (diff) | |
download | gentoo-28c36cbc07cd0256bbd3141bc5d17f1285cb28f4.tar.gz gentoo-28c36cbc07cd0256bbd3141bc5d17f1285cb28f4.tar.bz2 gentoo-28c36cbc07cd0256bbd3141bc5d17f1285cb28f4.zip |
games-arcade/jvgs: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade/jvgs/jvgs-0.5-r100.ebuild')
-rw-r--r-- | games-arcade/jvgs/jvgs-0.5-r100.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/games-arcade/jvgs/jvgs-0.5-r100.ebuild b/games-arcade/jvgs/jvgs-0.5-r100.ebuild index 7d3b9b8eb69b..b08606046c19 100644 --- a/games-arcade/jvgs/jvgs-0.5-r100.ebuild +++ b/games-arcade/jvgs/jvgs-0.5-r100.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 @@ -7,8 +7,8 @@ LUA_COMPAT=( lua5-1 ) inherit cmake desktop lua-single -DESCRIPTION="An open-source platform game with a sketched and minimalistic look" -HOMEPAGE="http://jvgs.sourceforge.net/" +DESCRIPTION="Open-source platform game with a sketched and minimalistic look" +HOMEPAGE="https://jvgs.sourceforge.net/" SRC_URI="mirror://sourceforge/jvgs/${P}-src.tar.gz" S="${WORKDIR}/${P}-src" |