diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-26 11:48:41 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-26 11:53:16 +0100 |
commit | 06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01 (patch) | |
tree | 1011e6559027a7a1a3b529b6efeb3c595866327d /app-arch | |
parent | app-arch/pdlzip: Remove old (diff) | |
download | gentoo-06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01.tar.gz gentoo-06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01.tar.bz2 gentoo-06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01.zip |
app-arch/pdlzip: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/pdlzip/pdlzip-1.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/pdlzip/pdlzip-1.10.ebuild b/app-arch/pdlzip/pdlzip-1.10.ebuild index 54060f06792c..058c99d67e73 100644 --- a/app-arch/pdlzip/pdlzip-1.10.ebuild +++ b/app-arch/pdlzip/pdlzip-1.10.ebuild @@ -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" |