diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-10-10 20:08:42 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-10-22 19:01:04 +0200 |
commit | e1758919514b11f5b6f692802d325cccbc369899 (patch) | |
tree | 431f4783889c2c961170e7938c62b0f9c49422f9 /games-puzzle/connectagram | |
parent | games-board/tetzle: use HTTPS for links to gottcode.org. (diff) | |
download | gentoo-e1758919514b11f5b6f692802d325cccbc369899.tar.gz gentoo-e1758919514b11f5b6f692802d325cccbc369899.tar.bz2 gentoo-e1758919514b11f5b6f692802d325cccbc369899.zip |
games-puzzle/connectagram: use HTTPS for links to gottcode.org.
Diffstat (limited to 'games-puzzle/connectagram')
-rw-r--r-- | games-puzzle/connectagram/connectagram-1.2.1.ebuild | 6 |
1 files 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" |