dev-java/lzma: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 17:36:47 +0000 (19:36 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 8 Apr 2018 18:37:30 +0000 (19:37 +0100)
dev-java/lzma/lzma-9.18.ebuild

index b78809bc5e6721c9b3061ad5845b54930e6302b1..c08f6ff48dc2ec2b61781f3f00ede03acd59cd2a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,7 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="Java code for LZMA compression and decompression"
-HOMEPAGE="http://www.7-zip.org/"
+HOMEPAGE="https://www.7-zip.org/"
 SRC_URI="mirror://sourceforge/sevenzip/${PN}${PV/./}.tar.bz2"
 
 LICENSE="public-domain"