diff options
Diffstat (limited to 'dev-java/qdox/qdox-1.12.1.ebuild')
-rw-r--r-- | dev-java/qdox/qdox-1.12.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/qdox/qdox-1.12.1.ebuild b/dev-java/qdox/qdox-1.12.1.ebuild index 4b43ef368559..df3781bdab88 100644 --- a/dev-java/qdox/qdox-1.12.1.ebuild +++ b/dev-java/qdox/qdox-1.12.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v 1.1 2015/08/07 23:26:13 sping Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/qdox/qdox-1.12.1.ebuild,v 1.2 2015/08/07 23:30:38 sping Exp $ EAPI="5" @@ -9,7 +9,7 @@ JAVA_PKG_IUSE="doc source test" inherit java-pkg-2 java-ant-2 DESCRIPTION="Parser for extracting class/interface/method definitions" -HOMEPAGE="http://qdox.codehaus.org/" +HOMEPAGE="https://github.com/codehaus/qdox" SRC_URI="https://github.com/codehaus/qdox/archive/${P}.tar.gz" LICENSE="Apache-2.0" |