commit: 9c0c0196b3b7ad48b3ce51293737b431d1fbebc0 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com> AuthorDate: Sun Apr 8 17:36:47 2018 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Sun Apr 8 18:37:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c0c0196
dev-java/lzma: use HTTPS dev-java/lzma/lzma-9.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-java/lzma/lzma-9.18.ebuild b/dev-java/lzma/lzma-9.18.ebuild index b78809bc5e6..c08f6ff48dc 100644 --- a/dev-java/lzma/lzma-9.18.ebuild +++ b/dev-java/lzma/lzma-9.18.ebuild @@ -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"
