diff options
-rw-r--r-- | dev-java/jaxen/jaxen-1.1.6.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jaxen/jaxen-1.1.6.ebuild b/dev-java/jaxen/jaxen-1.1.6.ebuild index 3c85fd37d6e5..ccb59e9c9460 100644 --- a/dev-java/jaxen/jaxen-1.1.6.ebuild +++ b/dev-java/jaxen/jaxen-1.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A Java XPath Engine" -HOMEPAGE="http://jaxen.codehaus.org/" +HOMEPAGE="https://github.com/codehaus" SRC_URI="https://repo1.maven.org/maven2/${PN}/${PN}/${PV}/${P}-sources.jar -> ${P}.jar" LICENSE="JDOM" |