summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2023-07-10 13:15:43 +0200
committerConrad Kostecki <conikost@gentoo.org>2023-07-12 20:35:33 +0200
commit28c36cbc07cd0256bbd3141bc5d17f1285cb28f4 (patch)
tree1954ae52e220e5d93fcb908f4f8b583a41aa77ad
parentgames-arcade/gav: use HTTPS, fix LICENSE (diff)
downloadgentoo-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>
-rw-r--r--games-arcade/jvgs/jvgs-0.5-r100.ebuild6
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"