Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/gtick/
Date: Sun, 03 Feb 2019 19:14:14
Message-Id: 1549221227.dfbbec3f7c1f2ba9e097940171c4fe3769047400.asturm@gentoo
1 commit: dfbbec3f7c1f2ba9e097940171c4fe3769047400
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Feb 3 11:58:49 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 3 19:13:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbbec3f
7
8 media-sound/gtick: use HTTPS
9
10 Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
11 Closes: https://github.com/gentoo/gentoo/pull/10970
12 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
13
14 media-sound/gtick/gtick-0.5.0.ebuild | 6 +++---
15 1 file changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/media-sound/gtick/gtick-0.5.0.ebuild b/media-sound/gtick/gtick-0.5.0.ebuild
18 index 444515a7a38..01b14460e32 100644
19 --- a/media-sound/gtick/gtick-0.5.0.ebuild
20 +++ b/media-sound/gtick/gtick-0.5.0.ebuild
21 @@ -1,12 +1,12 @@
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=4
27 inherit eutils
28
29 DESCRIPTION="a metronome application supporting different meters and speeds ranging"
30 -HOMEPAGE="http://www.antcom.de/gtick"
31 -SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz"
32 +HOMEPAGE="https://www.antcom.de/gtick"
33 +SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz"
34
35 LICENSE="GPL-3"
36 SLOT="0"