jsonfilter: update makefile url

Specify URL as PKG_SOURCE_URL in the jsonfilter Makefile.

Signed-off-by: Vladislav Grigoryev <vg.aetera@gmail.com>
This commit is contained in:
Vladislav Grigoryev 2021-09-01 11:39:59 +03:00 committed by Petr Štetiar
parent 7774b86019
commit abd18bd033
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ define Package/jsonfilter
CATEGORY:=Base system
DEPENDS:=+libubox +libjson-c
TITLE:=OpenWrt JSON filter utility
URL:=http://git.openwrt.org/?p=project/jsonpath.git
URL:=$(PKG_SOURCE_URL)
endef
define Package/jsonfilter/install