From 9b3dfb6d117fe573feafdc6b23683d6cb220348d Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 15 Mar 2020 19:49:09 -0700 Subject: [PATCH] protobuf-c: remove myself as maintainer Signed-off-by: Rosen Penev --- libs/protobuf-c/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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