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

app-arch/lzop: Use HTTPS

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

 app-arch/lzop/lzop-1.04.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-arch/lzop/lzop-1.04.ebuild b/app-arch/lzop/lzop-1.04.ebuild
index b975eb18076..b43bb628094 100644
--- a/app-arch/lzop/lzop-1.04.ebuild
+++ b/app-arch/lzop/lzop-1.04.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
 
 DESCRIPTION="Utility for fast (even real-time) compression/decompression"
-HOMEPAGE="http://www.lzop.org/";
-SRC_URI="http://www.lzop.org/download/${P}.tar.gz";
+HOMEPAGE="https://www.lzop.org/";
+SRC_URI="https://www.lzop.org/download/${P}.tar.gz";
 
 LICENSE="GPL-2"
 SLOT="0"

Reply via email to