app-arch/plzip: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:50:17 +0000 (11:50 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:53:19 +0000 (11:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/plzip/plzip-1.8.ebuild

index f9fedd5f8ae5782fa8594b87b157dd3cbc2e2696..df42ba53cc8e66c1d8d3e85c4898c34dc51f90a3 100644 (file)
@@ -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"