commit: 06dcc1a6e39a2dd1bd9450cb299e8f80e8f3fe01 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 10:48:41 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 10:53:16 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06dcc1a6
app-arch/pdlzip: Use HTTPS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> app-arch/pdlzip/pdlzip-1.10.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/pdlzip/pdlzip-1.10.ebuild b/app-arch/pdlzip/pdlzip-1.10.ebuild index 54060f06792..058c99d67e7 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"
