commit: dd2f36ade7f4d73d432323cc785a93296c2316fa Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 10:50:17 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 10:53:19 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd2f36ad
app-arch/plzip: Use HTTPS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/plzip/plzip-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/plzip/plzip-1.8.ebuild b/app-arch/plzip/plzip-1.8.ebuild index f9fedd5f8ae..df42ba53cc8 100644 --- a/app-arch/plzip/plzip-1.8.ebuild +++ b/app-arch/plzip/plzip-1.8.ebuild @@ -6,8 +6,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="Parallel lzip compressor" -HOMEPAGE="http://www.nongnu.org/lzip/plzip.html" -SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" +HOMEPAGE="https://www.nongnu.org/lzip/plzip.html" +SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz" LICENSE="GPL-3" SLOT="0"
