diff options
Diffstat (limited to 'dev-java/json/json-20150729.ebuild')
-rw-r--r-- | dev-java/json/json-20150729.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/json/json-20150729.ebuild b/dev-java/json/json-20150729.ebuild index 61ec8715621c..5c65acbd6d3c 100644 --- a/dev-java/json/json-20150729.ebuild +++ b/dev-java/json/json-20150729.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java implementation of the JavaScript Object Notation" HOMEPAGE="http://www.json.org/java/" -SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip" +SRC_URI="https://github.com/douglascrockford/JSON-java/archive/${PV}.zip -> ${P}.zip" LICENSE="BSD" SLOT="0" KEYWORDS="amd64 x86" |