From 725f4a88f0c09dab480dce38a58a0fa7de28be87 Mon Sep 17 00:00:00 2001 From: Francesco Turco Date: Sat, 2 Sep 2017 20:53:58 +0200 Subject: [PATCH] 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 0e9784dd4edd9..0aa3083323bfe 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"