commit: dfbbec3f7c1f2ba9e097940171c4fe3769047400 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Feb 3 11:58:49 2019 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sun Feb 3 19:13:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfbbec3f
media-sound/gtick: use HTTPS Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com> Closes: https://github.com/gentoo/gentoo/pull/10970 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> media-sound/gtick/gtick-0.5.0.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/media-sound/gtick/gtick-0.5.0.ebuild b/media-sound/gtick/gtick-0.5.0.ebuild index 444515a7a38..01b14460e32 100644 --- a/media-sound/gtick/gtick-0.5.0.ebuild +++ b/media-sound/gtick/gtick-0.5.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=4 inherit eutils DESCRIPTION="a metronome application supporting different meters and speeds ranging" -HOMEPAGE="http://www.antcom.de/gtick" -SRC_URI="http://www.antcom.de/gtick/download/${P}.tar.gz" +HOMEPAGE="https://www.antcom.de/gtick" +SRC_URI="https://www.antcom.de/gtick/download/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"
