diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2022-01-19 20:04:48 +0100 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-19 16:56:38 -0500 |
commit | 02537605a36e29c3cde0cc21061adf11f189d2f7 (patch) | |
tree | 538230afd0eec7defcff4142c685fb74f83b77ac /games-arcade | |
parent | app-backup/tsm: Version (and EAPI) bump (diff) | |
download | gentoo-02537605a36e29c3cde0cc21061adf11f189d2f7.tar.gz gentoo-02537605a36e29c3cde0cc21061adf11f189d2f7.tar.bz2 gentoo-02537605a36e29c3cde0cc21061adf11f189d2f7.zip |
games-arcade/lbreakout: use https
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/23874
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-arcade')
-rw-r--r-- | games-arcade/lbreakout/lbreakout-010315-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild index cd7d50cc9b40..c9c02681cb30 100644 --- a/games-arcade/lbreakout/lbreakout-010315-r1.ebuild +++ b/games-arcade/lbreakout/lbreakout-010315-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 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="Breakout clone written with the SDL library" -HOMEPAGE="http://lgames.sourceforge.net/LBreakout/" +HOMEPAGE="https://lgames.sourceforge.io/LBreakout/" SRC_URI=" mirror://sourceforge/lgames/${P}.tar.gz https://dev.gentoo.org/~ionen/distfiles/${PN}.png" |