commit:     17a08b8ead00457bd2d35c0827175d29bdc57873
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 26 10:47:57 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Thu Dec 26 10:53:14 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17a08b8e

app-arch/lzlib: Use HTTPS

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 app-arch/lzlib/lzlib-1.11.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-arch/lzlib/lzlib-1.11.ebuild b/app-arch/lzlib/lzlib-1.11.ebuild
index b5c07f78748..504d1931f13 100644
--- a/app-arch/lzlib/lzlib-1.11.ebuild
+++ b/app-arch/lzlib/lzlib-1.11.ebuild
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="Library for lzip compression"
-HOMEPAGE="http://www.nongnu.org/lzip/lzlib.html";
-SRC_URI="http://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz";
+HOMEPAGE="https://www.nongnu.org/lzip/lzlib.html";
+SRC_URI="https://download.savannah.gnu.org/releases/lzip/${PN}/${P}.tar.gz";
 
 LICENSE="libstdc++" # fancy form of GPL-2+ with library exception
 SLOT="0"

Reply via email to