From: Brian Evans Date: Fri, 16 Aug 2019 13:30:11 +0000 (-0400) Subject: dev-php/json-schema: Remove HOMEPAGE from SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=b87bd09efd7a8138acab94793a030a312d4fca80;p=gentoo.git dev-php/json-schema: Remove HOMEPAGE from SRC_URI Package-Manager: Portage-2.3.71, Repoman-2.3.17 Signed-off-by: Brian Evans --- 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"