commit: f57999997fdd3a12f16fb7250be2bf0a8fc86028 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Thu Dec 26 11:08:12 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Dec 26 11:27:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5799999
dev-libs/lzo: Use HTTPS Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-libs/lzo/lzo-2.10.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/lzo/lzo-2.10.ebuild b/dev-libs/lzo/lzo-2.10.ebuild index 16a90667e88..1c189c8599e 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"
