diff options
author | Jacob Siverskog <jacob@teenage.engineering> | 2018-08-22 17:47:19 +0200 |
---|---|---|
committer | Jacob Siverskog <jacob@teenage.engineering> | 2018-08-22 17:47:19 +0200 |
commit | f3d2f1698c7f09e87010563eeb936fbb8888dbf4 (patch) | |
tree | 9623cdf6ebff6922c61b4dd0f9b362a1c9cf7f4d /libs/protobuf-c | |
parent | 4e5822a2bc7e26a92394ecda744bcc337133c5ab (diff) |
protobuf-c: Change maintainer
Change maintainer to Rosen Penev as agreed upon
(https://github.com/openwrt/packages/pull/6778#issuecomment-414479840).
Signed-off-by: Jacob Siverskog <jacob@teenage.engineering>
Diffstat (limited to 'libs/protobuf-c')
-rw-r--r-- | libs/protobuf-c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/protobuf-c/Makefile b/libs/protobuf-c/Makefile index 3c53fa5af..6199766c3 100644 --- a/libs/protobuf-c/Makefile +++ b/libs/protobuf-c/Makefile @@ -17,7 +17,7 @@ PKG_HASH:=51472d3a191d6d7b425e32b612e477c06f73fe23e07f6a6a839b11808e9d2267 PKG_BUILD_DIR:=$(BUILD_DIR)/protobuf-c-$(PKG_VERSION) HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/protobuf-c-$(PKG_VERSION) -PKG_MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com> +PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com> PKG_LICENSE:=BSD-2c PKG_BUILD_DEPENDS:=protobuf-c/host |