app-arch/lzma: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 20 May 2018 10:58:31 +0000 (12:58 +0200)
committerAaron Bauman <bman@gentoo.org>
Sun, 20 May 2018 23:24:14 +0000 (19:24 -0400)
app-arch/lzma/lzma-9.20-r1.ebuild

index 1b40d09b37aac17cda1f8e22c7c24ab1c491f397..80cac224e6b3b94468194514c4da690d005492f3 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -7,7 +7,7 @@ inherit toolchain-funcs
 
 MY_P="${PN}${PV//.}"
 DESCRIPTION="LZMA Stream Compressor from the SDK"
-HOMEPAGE="http://www.7-zip.org/sdk.html"
+HOMEPAGE="https://www.7-zip.org/sdk.html"
 SRC_URI="mirror://sourceforge/sevenzip/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
 
 LICENSE="public-domain"