app-arch/torrentzip: use HTTPS protocol for dev.gentoo.org links
authorFrancesco Turco <fturco@fastmail.fm>
Sat, 2 Sep 2017 18:53:58 +0000 (20:53 +0200)
committerMichael Palimaka <kensington@gentoo.org>
Sun, 3 Sep 2017 04:01:52 +0000 (14:01 +1000)
app-arch/torrentzip/torrentzip-0.9.ebuild

index 0e9784dd4edd951cf8377cb4ed85acf37ef61234..0aa3083323bfe452a6374cb5644085d25c3fc31d 100644 (file)
@@ -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"