diff options
author | 2023-07-10 13:09:26 +0200 | |
---|---|---|
committer | 2023-07-12 20:35:33 +0200 | |
commit | 612228ead8d8607e04b7c494eb0f49beed6ead71 (patch) | |
tree | a5c4dbf07a6043aa9b60232ed92e2ccf5130c3fc /games-arcade/emilia-pinball | |
parent | games-arcade/criticalmass: use HTTPS (diff) | |
download | gentoo-612228ead8d8607e04b7c494eb0f49beed6ead71.tar.gz gentoo-612228ead8d8607e04b7c494eb0f49beed6ead71.tar.bz2 gentoo-612228ead8d8607e04b7c494eb0f49beed6ead71.zip |
games-arcade/emilia-pinball: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-arcade/emilia-pinball')
-rw-r--r-- | games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild index 7d015417980f..a1749ce9f6b5 100644 --- a/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.ebuild +++ b/games-arcade/emilia-pinball/emilia-pinball-0.3.1-r3.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 @@ -8,7 +8,7 @@ inherit autotools desktop MY_PN=${PN/emilia-/} MY_P=${MY_PN}-${PV} DESCRIPTION="SDL OpenGL pinball game" -HOMEPAGE="http://pinball.sourceforge.net/" +HOMEPAGE="https://pinball.sourceforge.net/" SRC_URI="mirror://sourceforge/pinball/${MY_P}.tar.gz" S="${WORKDIR}"/${MY_P} |