From: Francesco Turco Date: Tue, 10 Oct 2017 18:07:16 +0000 (+0200) Subject: games-board/tetzle: use HTTPS for links to gottcode.org. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ec202faa1c6887278368687a280cce2f730adf7a;p=gentoo.git games-board/tetzle: use HTTPS for links to gottcode.org. --- diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild index 848ecf3551f0..c69db906bb14 100644 --- a/games-board/tetzle/tetzle-2.0.3.ebuild +++ b/games-board/tetzle/tetzle-2.0.3.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit qt4-r2 gnome2-utils games DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces" -HOMEPAGE="http://gottcode.org/tetzle/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/tetzle/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"