commit: 725f4a88f0c09dab480dce38a58a0fa7de28be87 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm> AuthorDate: Sat Sep 2 18:53:58 2017 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Sun Sep 3 04:01:52 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=725f4a88
app-arch/torrentzip: use HTTPS protocol for dev.gentoo.org links app-arch/torrentzip/torrentzip-0.9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild index 0e9784dd4ed..0aa3083323b 100644 --- a/app-arch/torrentzip/torrentzip-0.9.ebuild +++ b/app-arch/torrentzip/torrentzip-0.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -7,7 +7,7 @@ inherit autotools DESCRIPTION="Create identical zip archives over multiple systems" HOMEPAGE="https://sourceforge.net/projects/trrntzip" -SRC_URI="http://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~monsieurp/packages/${P}.tar.gz" LICENSE="GPL-2" SLOT="0"
