diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2017-07-04 23:38:13 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2017-07-04 23:44:38 +0200 |
commit | b1ad51b149b5c9626eaa5e9e16960be64f8cd8bc (patch) | |
tree | a1d34e09c84d2f62a34f617c374a238075c75bc5 /dev-java/jaxen | |
parent | dev-java/bytelist: update HOMEPAGE. (diff) | |
download | gentoo-b1ad51b149b5c9626eaa5e9e16960be64f8cd8bc.tar.gz gentoo-b1ad51b149b5c9626eaa5e9e16960be64f8cd8bc.tar.bz2 gentoo-b1ad51b149b5c9626eaa5e9e16960be64f8cd8bc.zip |
dev-java/jaxen: update HOMEPAGE.
Package-Manager: Portage-2.3.5, Repoman-2.3.1
Diffstat (limited to 'dev-java/jaxen')
-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" |