From: Michał Górny Date: Thu, 26 Dec 2019 11:08:12 +0000 (+0100) Subject: dev-libs/lzo: Use HTTPS X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=f57999997fdd3a12f16fb7250be2bf0a8fc86028;p=gentoo.git dev-libs/lzo: Use HTTPS Signed-off-by: Michał Górny --- diff --git a/dev-libs/lzo/lzo-2.10.ebuild b/dev-libs/lzo/lzo-2.10.ebuild index 16a90667e881..1c189c8599e2 100644 --- a/dev-libs/lzo/lzo-2.10.ebuild +++ b/dev-libs/lzo/lzo-2.10.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,8 +6,8 @@ EAPI=6 inherit multilib-minimal toolchain-funcs usr-ldscript DESCRIPTION="An extremely fast compression and decompression library" -HOMEPAGE="http://www.oberhumer.com/opensource/lzo/" -SRC_URI="http://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" +HOMEPAGE="https://www.oberhumer.com/opensource/lzo/" +SRC_URI="https://www.oberhumer.com/opensource/lzo/download/${P}.tar.gz" LICENSE="GPL-2" SLOT="2"