dev-libs/lzo: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 11:08:12 +0000 (12:08 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 11:27:06 +0000 (12:27 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
dev-libs/lzo/lzo-2.10.ebuild

index 16a90667e8817f06079207d81a6f2b8fc798ffbc..1c189c8599e204edede31a4a735c3c52863fd4e2 100644 (file)
@@ -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"