diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-10-10 20:07:16 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-22 19:01:04 +0200 |
commit | ec202faa1c6887278368687a280cce2f730adf7a (patch) | |
tree | f35dd2e6838974d3b67792a9d8f43ea51534e7bb /games-board | |
parent | games-board/simsu: use HTTPS for links to gottcode.org. (diff) | |
download | gentoo-ec202faa1c6887278368687a280cce2f730adf7a.tar.gz gentoo-ec202faa1c6887278368687a280cce2f730adf7a.tar.bz2 gentoo-ec202faa1c6887278368687a280cce2f730adf7a.zip |
games-board/tetzle: use HTTPS for links to gottcode.org.
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/tetzle/tetzle-2.0.3.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |