diff options
author | Francesco Turco <fturco@fastmail.fm> | 2017-09-02 20:53:58 +0200 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-09-03 14:01:52 +1000 |
commit | 725f4a88f0c09dab480dce38a58a0fa7de28be87 (patch) | |
tree | 42d9db81bec72253c2ebfc52fa54bf2b95740434 /app-arch | |
parent | app-emulation/qemu-init-scripts: use HTTPS for links to dev.gentoo.org (diff) | |
download | gentoo-725f4a88f0c09dab480dce38a58a0fa7de28be87.tar.gz gentoo-725f4a88f0c09dab480dce38a58a0fa7de28be87.tar.bz2 gentoo-725f4a88f0c09dab480dce38a58a0fa7de28be87.zip |
app-arch/torrentzip: use HTTPS protocol for dev.gentoo.org links
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/torrentzip/torrentzip-0.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/torrentzip/torrentzip-0.9.ebuild b/app-arch/torrentzip/torrentzip-0.9.ebuild index 0e9784dd4edd..0aa3083323bf 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" |