Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/connectagram/
Date: Sun, 22 Oct 2017 17:01:24
Message-Id: 1508691664.e1758919514b11f5b6f692802d325cccbc369899.monsieurp@gentoo
1 commit: e1758919514b11f5b6f692802d325cccbc369899
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Tue Oct 10 18:08:42 2017 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 22 17:01:04 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1758919
7
8 games-puzzle/connectagram: use HTTPS for links to gottcode.org.
9
10 games-puzzle/connectagram/connectagram-1.2.1.ebuild | 6 +++---
11 1 file changed, 3 insertions(+), 3 deletions(-)
12
13 diff --git a/games-puzzle/connectagram/connectagram-1.2.1.ebuild b/games-puzzle/connectagram/connectagram-1.2.1.ebuild
14 index 839c66c5616..b573fb64992 100644
15 --- a/games-puzzle/connectagram/connectagram-1.2.1.ebuild
16 +++ b/games-puzzle/connectagram/connectagram-1.2.1.ebuild
17 @@ -1,12 +1,12 @@
18 -# Copyright 1999-2016 Gentoo Foundation
19 +# Copyright 1999-2017 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21
22 EAPI=5
23 inherit eutils gnome2-utils qmake-utils games
24
25 DESCRIPTION="A word unscrambling game"
26 -HOMEPAGE="http://gottcode.org/connectagram/"
27 -SRC_URI="http://gottcode.org/${PN}/${P}-src.tar.bz2"
28 +HOMEPAGE="https://gottcode.org/connectagram/"
29 +SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2"
30
31 LICENSE="GPL-3+"
32 SLOT="0"