diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-10-10 20:04:41 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-22 19:01:04 +0200 |
commit | 1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c (patch) | |
tree | 260319f3c997e80c5e3caabdd915b11dd12ca900 /games-board | |
parent | net-analyzer/hexinject: add version 1.6. (diff) | |
download | gentoo-1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c.tar.gz gentoo-1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c.tar.bz2 gentoo-1bbaa8f9e1d8e9cae6cc2fa20c2823e4cd162b0c.zip |
games-board/peg-e: use HTTPS for links to gottcode.org.
Closes: https://github.com/gentoo/gentoo/pull/5906
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/peg-e/peg-e-1.1.2-r1.ebuild | 6 | ||||
-rw-r--r-- | games-board/peg-e/peg-e-1.1.2.ebuild | 6 |
2 files changed, 6 insertions, 6 deletions
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" |