diff options
author | Brian Evans <grknight@gentoo.org> | 2019-08-16 09:36:35 -0400 |
---|---|---|
committer | Brian Evans <grknight@gentoo.org> | 2019-08-16 10:17:25 -0400 |
commit | 74a0a1e39fc684db2a2570b48ad7954c51aecdb5 (patch) | |
tree | d304ea44b0de822660c1667430415bec1afa7984 /dev-php | |
parent | dev-php/jsonlint: Drop old (diff) | |
download | gentoo-74a0a1e39fc684db2a2570b48ad7954c51aecdb5.tar.gz gentoo-74a0a1e39fc684db2a2570b48ad7954c51aecdb5.tar.bz2 gentoo-74a0a1e39fc684db2a2570b48ad7954c51aecdb5.zip |
dev-php/jsonlint: 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/jsonlint/jsonlint-1.7.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
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" |