From: Rosen Penev Date: Mon, 16 Mar 2020 02:49:09 +0000 (-0700) Subject: protobuf-c: remove myself as maintainer X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9b3dfb6d117fe573feafdc6b23683d6cb220348d;p=openwrt-packages.git protobuf-c: remove myself as maintainer Signed-off-by: Rosen Penev --- diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 6b66666ba..0a54ea2a6 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libprotobuf-c PKG_VERSION:=1.3.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=protobuf-c-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://github.com/protobuf-c/protobuf-c/releases/download/v$(PKG_VERSION) @@ -17,7 +17,7 @@ PKG_HASH:=22956606ef50c60de1fabc13a78fbc50830a0447d780467d3c519f84ad527e78 PKG_BUILD_DIR:=$(BUILD_DIR)/protobuf-c-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/protobuf-c-$(PKG_VERSION) -PKG_MAINTAINER:=Rosen Penev +PKG_MAINTAINER:= PKG_LICENSE:=BSD-2-Clause PKG_LICENSE_FILES:=LICENSE