dev-php/jsonlint: Remove HOMEPAGE from SRC_URI
authorBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 13:36:35 +0000 (09:36 -0400)
committerBrian Evans <grknight@gentoo.org>
Fri, 16 Aug 2019 14:17:25 +0000 (10:17 -0400)
Package-Manager: Portage-2.3.71, Repoman-2.3.17
Signed-off-by: Brian Evans <grknight@gentoo.org>
dev-php/jsonlint/jsonlint-1.7.1.ebuild

index ae2c9d17871e5a4aa246cb2c15155e70bb2fcfc1..4085b18b49f79c19eeab509220ee48f06649141e 100644 (file)
@@ -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"