diff options
Diffstat (limited to 'dev-java/jcodings/jcodings-1.0.11.ebuild')
-rw-r--r-- | dev-java/jcodings/jcodings-1.0.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/jcodings/jcodings-1.0.11.ebuild b/dev-java/jcodings/jcodings-1.0.11.ebuild index 9fea9e91e1ff..0800cfad7b1d 100644 --- a/dev-java/jcodings/jcodings-1.0.11.ebuild +++ b/dev-java/jcodings/jcodings-1.0.11.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="Byte-based encoding support library for Java" -HOMEPAGE="http://jruby.codehaus.org/" +HOMEPAGE="https://github.com/codehaus" SRC_URI="https://github.com/jruby/${PN}/archive/${P}.tar.gz" LICENSE="MIT" |