diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-04-08 19:36:47 +0200 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2018-04-08 19:37:30 +0100 |
commit | 9c0c0196b3b7ad48b3ce51293737b431d1fbebc0 (patch) | |
tree | 9718a34fd96920aacdabc8df1f336330140df4fb /dev-java/lzma | |
parent | dev-java/jts-core: use HTTPS (diff) | |
download | gentoo-9c0c0196b3b7ad48b3ce51293737b431d1fbebc0.tar.gz gentoo-9c0c0196b3b7ad48b3ce51293737b431d1fbebc0.tar.bz2 gentoo-9c0c0196b3b7ad48b3ce51293737b431d1fbebc0.zip |
dev-java/lzma: use HTTPS
Diffstat (limited to 'dev-java/lzma')
-rw-r--r-- | dev-java/lzma/lzma-9.18.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/lzma/lzma-9.18.ebuild b/dev-java/lzma/lzma-9.18.ebuild index b78809bc5e67..c08f6ff48dc2 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" |