app-arch/pdlzip: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:48:41 +0000 (11:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:53:16 +0000 (11:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/pdlzip/pdlzip-1.10.ebuild

index 54060f06792cc5c544cfce22a75930f6d596cd98..058c99d67e734e78c21df9791754af2f2ae4efdd 100644 (file)
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Public-domain version of lzip compressor"
-HOMEPAGE="http://www.nongnu.org/lzip/pdlzip.html"
-SRC_URI="http://download.savannah.gnu.org/releases/lzip/pdlzip/${P}.tar.gz"
+HOMEPAGE="https://www.nongnu.org/lzip/pdlzip.html"
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/pdlzip/${P}.tar.gz"
 
 LICENSE="public-domain"
 SLOT="0"