From: Francesco Turco Date: Tue, 10 Oct 2017 18:08:42 +0000 (+0200) Subject: games-puzzle/connectagram: use HTTPS for links to gottcode.org. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e1758919514b11f5b6f692802d325cccbc369899;p=gentoo.git games-puzzle/connectagram: use HTTPS for links to gottcode.org. --- diff --git a/games-puzzle/connectagram/connectagram-1.2.1.ebuild b/games-puzzle/connectagram/connectagram-1.2.1.ebuild index 839c66c5616c..b573fb649921 100644 --- a/games-puzzle/connectagram/connectagram-1.2.1.ebuild +++ b/games-puzzle/connectagram/connectagram-1.2.1.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=5 inherit eutils gnome2-utils qmake-utils games DESCRIPTION="A word unscrambling game" -HOMEPAGE="http://gottcode.org/connectagram/" -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2" +HOMEPAGE="https://gottcode.org/connectagram/" +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" LICENSE="GPL-3+" SLOT="0"