From: Francesco Turco Date: Tue, 10 Oct 2017 18:04:41 +0000 (+0200) Subject: games-board/peg-e: use HTTPS for links to gottcode.org. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c;p=gentoo.git games-board/peg-e: use HTTPS for links to gottcode.org. Closes: https://github.com/gentoo/gentoo/pull/5906 --- diff --git a/games-board/peg-e/peg-e-1.1.2-r1.ebuild b/games-board/peg-e/peg-e-1.1.2-r1.ebuild index e5f297c03dd1..6b5527a92724 100644 --- a/games-board/peg-e/peg-e-1.1.2-r1.ebuild +++ b/games-board/peg-e/peg-e-1.1.2-r1.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit eutils gnome2-utils qmake-utils DESCRIPTION="A peg solitaire game" -HOMEPAGE="http://gottcode.org/peg-e/" -SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/peg-e/" +SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/games-board/peg-e/peg-e-1.1.2.ebuild b/games-board/peg-e/peg-e-1.1.2.ebuild index 19984027d2f7..4d5d3db11a41 100644 --- a/games-board/peg-e/peg-e-1.1.2.ebuild +++ b/games-board/peg-e/peg-e-1.1.2.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils gnome2-utils qt4-r2 games DESCRIPTION="A peg solitaire game" -HOMEPAGE="http://gottcode.org/peg-e/" -SRC_URI="http://gottcode.org/peg-e/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/peg-e/" +SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"