jq: update maintainer email

Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
This commit is contained in:
Marko Ratkaj 2022-03-30 16:29:49 +02:00
parent 6ae8b15d68
commit c7fa48007e
No known key found for this signature in database
GPG Key ID: 716B1584DCD03EB7
1 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ PKG_LICENSE:=BSD
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/stedolan/jq/releases/download/jq-$(PKG_VERSION)/
PKG_HASH:=9625784cf2e4fd9842f1d407681ce4878b5b0dcddbcd31c6135114a30c71e6a8
PKG_MAINTAINER:=Marko Ratkaj <markoratkaj@gmail.com>
PKG_INSTALL:=1
@ -36,7 +37,6 @@ define Package/jq
CATEGORY:=Utilities
TITLE:=Lightweight and flexible command-line JSON processor.
URL:=https://stedolan.github.io/jq/
MAINTAINER:=Marko Ratkaj <marko.ratkaj@sartura.hr>
endef
define Package/jq/description