diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:30:11 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:24 -0400 |
commit | b87bd09efd7a8138acab94793a030a312d4fca80 (patch) | |
tree | b46d85b0f8a5c70c9af4bb870d56a54cd85d16e9 /dev-php | |
parent | dev-php/json-schema: Drop old (diff) | |
download | gentoo-b87bd09efd7a8138acab94793a030a312d4fca80.tar.gz gentoo-b87bd09efd7a8138acab94793a030a312d4fca80.tar.bz2 gentoo-b87bd09efd7a8138acab94793a030a312d4fca80.zip |
dev-php/json-schema: Remove HOMEPAGE from SRC_URI
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
Diffstat (limited to 'dev-php')
-rw-r--r-- | dev-php/json-schema/json-schema-5.2.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-php/json-schema/json-schema-5.2.8.ebuild b/dev-php/json-schema/json-schema-5.2.8.ebuild index c1115fb6ccc4..0c8201a0dd70 100644 --- a/dev-php/json-schema/json-schema-5.2.8.ebuild +++ b/dev-php/json-schema/json-schema-5.2.8.ebuild @@ -5,7 +5,7 @@ EAPI=7 DESCRIPTION="PHP implementation of JSON schema" HOMEPAGE="https://github.com/justinrainbow/json-schema" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/justinrainbow/json-schema/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" |