app-arch/torrentzip: use HTTPS protocol for dev.gentoo.org links

This commit is contained in:
Francesco Turco
2017-09-02 20:53:58 +02:00
committed by Michael Palimaka
parent 1b558dcc3d
commit 725f4a88f0

View 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"