diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-10 14:52:18 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-12 20:35:48 +0200 |
commit | f022190db6eff8fff631eff6b782d6f72243605c (patch) | |
tree | 32fcbb39a6b6f0f6a715d8407f25ea07a0f1d39e /games-puzzle | |
parent | games-puzzle/mures: use HTTPS, fix LICENSE (diff) | |
download | gentoo-f022190db6eff8fff631eff6b782d6f72243605c.tar.gz gentoo-f022190db6eff8fff631eff6b782d6f72243605c.tar.bz2 gentoo-f022190db6eff8fff631eff6b782d6f72243605c.zip |
games-puzzle/penguzzle: use HTTPS
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild index 3a8cc429373f..691f9a2b3a16 100644 --- a/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild +++ b/games-puzzle/penguzzle/penguzzle-1.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,13 +6,12 @@ EAPI=7 inherit desktop DESCRIPTION="Tcl/Tk variant of the well-known 15-puzzle game" -HOMEPAGE="http://www.naskita.com/linux/penguzzle/penguzzle.shtml" -SRC_URI="http://www.naskita.com/linux/${PN}/${PN}.zip -> ${P}.zip" +HOMEPAGE="https://www.naskita.com/linux/penguzzle/penguzzle.shtml" +SRC_URI="https://www.naskita.com/linux/${PN}/${PN}.zip -> ${P}.zip" LICENSE="penguzzle" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" RDEPEND=" dev-lang/tk:0= |