diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-01-19 17:05:58 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-01-19 17:07:14 -0500 |
commit | 8b6be27e8144ca83bb287edfb4b5944d70a4cbef (patch) | |
tree | b638e23e6946df3df0b7bf261d4f516b67b8e4f8 /games-puzzle/ltris | |
parent | games-puzzle/lpairs: update lgames' HOMEPAGE to use https (diff) | |
download | gentoo-8b6be27e8144ca83bb287edfb4b5944d70a4cbef.tar.gz gentoo-8b6be27e8144ca83bb287edfb4b5944d70a4cbef.tar.bz2 gentoo-8b6be27e8144ca83bb287edfb4b5944d70a4cbef.zip |
games-puzzle/ltris: update lgames' HOMEPAGE to use https
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-puzzle/ltris')
-rw-r--r-- | games-puzzle/ltris/ltris-1.0.19-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-puzzle/ltris/ltris-1.0.19-r1.ebuild b/games-puzzle/ltris/ltris-1.0.19-r1.ebuild index 9f3d02d2cc06..6355966fbbf4 100644 --- a/games-puzzle/ltris/ltris-1.0.19-r1.ebuild +++ b/games-puzzle/ltris/ltris-1.0.19-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit autotools desktop flag-o-matic DESCRIPTION="Very polished Tetris clone" -HOMEPAGE="http://lgames.sourceforge.net/LTris/" +HOMEPAGE="https://lgames.sourceforge.io/LTris/" SRC_URI="mirror://sourceforge/lgames/${P}.tar.gz" LICENSE="GPL-2+" |