From: Francesco Turco Date: Tue, 10 Oct 2017 18:06:06 +0000 (+0200) Subject: games-board/simsu: use HTTPS for links to gottcode.org. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=be893f02179bd69116134fcaa04ded3ba821be65;p=gentoo.git games-board/simsu: use HTTPS for links to gottcode.org. --- diff --git a/games-board/simsu/simsu-1.2.3-r1.ebuild b/games-board/simsu/simsu-1.2.3-r1.ebuild index ed7e202179ed..b6fd926b8124 100644 --- a/games-board/simsu/simsu-1.2.3-r1.ebuild +++ b/games-board/simsu/simsu-1.2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit eutils gnome2-utils qmake-utils DESCRIPTION="A basic sudoku game" -HOMEPAGE="http://gottcode.org/simsu/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/simsu/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0" diff --git a/games-board/simsu/simsu-1.2.3.ebuild b/games-board/simsu/simsu-1.2.3.ebuild index 70fbe569e7d1..24b8b48f4e66 100644 --- a/games-board/simsu/simsu-1.2.3.ebuild +++ b/games-board/simsu/simsu-1.2.3.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 basic sudoku game" -HOMEPAGE="http://gottcode.org/simsu/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/simsu/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3" SLOT="0"