app-arch/lzop: Use HTTPS
authorMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:48:57 +0000 (11:48 +0100)
committerMichał Górny <mgorny@gentoo.org>
Thu, 26 Dec 2019 10:53:17 +0000 (11:53 +0100)
Signed-off-by: Michał Górny <mgorny@gentoo.org>
app-arch/lzop/lzop-1.04.ebuild

index b975eb180769d1a10f3002107aaf4405ac863516..b43bb62809484d3e0caaa6d5e6e340aa96ca27fb 100644 (file)
@@ -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"