diff options
Diffstat (limited to 'dev-java/bytelist')
-rw-r--r-- | dev-java/bytelist/bytelist-1.0.10.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/bytelist/bytelist-1.0.10.ebuild b/dev-java/bytelist/bytelist-1.0.10.ebuild index 437ee575b7ee..eb1aa2d3d034 100644 --- a/dev-java/bytelist/bytelist-1.0.10.ebuild +++ b/dev-java/bytelist/bytelist-1.0.10.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 test" inherit java-pkg-2 java-ant-2 DESCRIPTION="JRuby support library" -HOMEPAGE="http://jruby.codehaus.org/" +HOMEPAGE="https://github.com/codehaus" SRC_URI="https://github.com/jruby/${PN}/tarball/${PV} -> ${P}.tar.gz" LICENSE="|| ( CPL-1.0 GPL-2 LGPL-2.1 )" |