diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-19 17:06:38 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-19 17:07:14 -0500 |
commit | 915f22b439654c45c6b08db8b485adda4162d9cb (patch) | |
tree | 9f3339664b1764c10540cdeec0be9bfce344e998 /games-puzzle/lpairs | |
parent | games-puzzle/lmarbles: update lgames' HOMEPAGE to use https (diff) | |
download | gentoo-915f22b439654c45c6b08db8b485adda4162d9cb.tar.gz gentoo-915f22b439654c45c6b08db8b485adda4162d9cb.tar.bz2 gentoo-915f22b439654c45c6b08db8b485adda4162d9cb.zip |
games-puzzle/lpairs: update lgames' HOMEPAGE to use https
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/lpairs')
-rw-r--r-- | games-puzzle/lpairs/lpairs-1.0.5.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/lpairs/lpairs-1.0.5.ebuild b/games-puzzle/lpairs/lpairs-1.0.5.ebuild index 2b8156772c9e..58c3d94af73b 100644 --- a/games-puzzle/lpairs/lpairs-1.0.5.ebuild +++ b/games-puzzle/lpairs/lpairs-1.0.5.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 DESCRIPTION="Classic memory game" -HOMEPAGE="http://lgames.sourceforge.net/LPairs/" +HOMEPAGE="https://lgames.sourceforge.io/LPairs/" SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" LICENSE="GPL-2+" |