From: Michael Mair-Keimberger Date: Sun, 8 Apr 2018 17:30:30 +0000 (+0200) Subject: dev-java/jgraph: use HTTPS X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=5edd5a8d81faff8abedfc2f6ef0e08817589a43a;p=gentoo.git dev-java/jgraph: use HTTPS --- diff --git a/dev-java/jgraph/jgraph-5.12.0.4.ebuild b/dev-java/jgraph/jgraph-5.12.0.4.ebuild index aec07697aa2f..bc4068473434 100644 --- a/dev-java/jgraph/jgraph-5.12.0.4.ebuild +++ b/dev-java/jgraph/jgraph-5.12.0.4.ebuild @@ -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 JAVA_PKG_IUSE="doc source" @@ -7,7 +7,7 @@ inherit java-pkg-2 java-ant-2 DESCRIPTION="Open-source graph component for Java" SRC_URI="mirror://sourceforge/${PN}/${P}-lgpl-src.jar" -HOMEPAGE="http://www.jgraph.com" +HOMEPAGE="https://www.jgraph.com" IUSE="doc examples source" DEPEND=">=virtual/jdk-1.4 app-arch/unzip"