diff options
author | Marko Ratkaj <markoratkaj@gmail.com> | 2022-03-30 16:29:49 +0200 |
---|---|---|
committer | Marko Ratkaj <markoratkaj@gmail.com> | 2022-03-31 11:25:17 +0200 |
commit | c7fa48007e0feae9a5f38abf8bcf952a02a11f49 (patch) | |
tree | b88ead0defd45d1263f19217fa9ea5754c16e06f /utils/jq/Makefile | |
parent | 6ae8b15d68c260edd494f03e30a735ecddbacf74 (diff) |
jq: update maintainer email
Signed-off-by: Marko Ratkaj <markoratkaj@gmail.com>
Diffstat (limited to 'utils/jq/Makefile')
-rw-r--r-- | utils/jq/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/jq/Makefile b/utils/jq/Makefile index 402e9983c..d0516a8de 100644 --- a/utils/jq/Makefile +++ b/utils/jq/Makefile @@ -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 |