From: Brian Evans Date: Fri, 16 Aug 2019 13:36:35 +0000 (-0400) Subject: dev-php/jsonlint: Remove HOMEPAGE from SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=74a0a1e39fc684db2a2570b48ad7954c51aecdb5;p=gentoo.git dev-php/jsonlint: 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/jsonlint/jsonlint-1.7.1.ebuild b/dev-php/jsonlint/jsonlint-1.7.1.ebuild index ae2c9d17871e..4085b18b49f7 100644 --- a/dev-php/jsonlint/jsonlint-1.7.1.ebuild +++ b/dev-php/jsonlint/jsonlint-1.7.1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 DESCRIPTION="JSON Lint for PHP" HOMEPAGE="https://github.com/Seldaek/jsonlint" -SRC_URI="${HOMEPAGE}/archive/${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/Seldaek/jsonlint/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0"