diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:08:12 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-12-26 12:27:06 +0100 |
commit | f57999997fdd3a12f16fb7250be2bf0a8fc86028 (patch) | |
tree | 62d0e8c9d89f7db60b606746465dfd257e999427 /dev-libs/lzo | |
parent | dev-libs/libgit2: Update HOMEPAGE (diff) | |
download | gentoo-f57999997fdd3a12f16fb7250be2bf0a8fc86028.tar.gz gentoo-f57999997fdd3a12f16fb7250be2bf0a8fc86028.tar.bz2 gentoo-f57999997fdd3a12f16fb7250be2bf0a8fc86028.zip |
dev-libs/lzo: Use HTTPS
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-libs/lzo')
-rw-r--r-- | dev-libs/lzo/lzo-2.10.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
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" |