From e1758919514b11f5b6f692802d325cccbc369899 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Tue, 10 Oct 2017 20:08:42 +0200 Subject: [PATCH] games-puzzle/connectagram: use HTTPS for links to gottcode.org. --- games-puzzle/connectagram/connectagram-1.2.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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" -- 2.26.2