dev-java/lzmajio: use HTTPS
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Sun, 8 Apr 2018 17:39:57 +0000 (19:39 +0200)
committerJames Le Cuirot <chewi@gentoo.org>
Sun, 8 Apr 2018 18:37:31 +0000 (19:37 +0100)
dev-java/lzmajio/lzmajio-0.95-r1.ebuild
dev-java/lzmajio/lzmajio-0.95-r2.ebuild

index a58472f400d95b46be9eb429861a27fc79a867a2..614275aea27e6a1e68f2bbbcd5a2a3e94131b945 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -7,7 +7,8 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
-HOMEPAGE="http://contrapunctus.net/league/haques/lzmajio/"
+HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/
+       https://github.com/league/lzmajio"
 SRC_URI="http://comsci.liu.edu/~league/dist/${PN}/${P}.tar.gz"
 LICENSE="LGPL-2.1"
 SLOT="0"
index 419b3afc2c7d8e328ba678ccdc1614faa06efd00..d0cfe223c5d66e3a15c823baf76d8ec1f9b9c721 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -8,7 +8,8 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="LzmaInputStream/LzmaOutputStream interacting with underlying LZMA en-/decoders"
-HOMEPAGE="https://github.com/league/lzmajio"
+HOMEPAGE="https://contrapunctus.net/league/haques/lzmajio/
+       https://github.com/league/lzmajio"
 SRC_URI="https://github.com/league/${P}/archive/${PV}.tar.gz -> ${P}.tar.gz"
 
 LICENSE="LGPL-2.1"