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