From 433880cc1dfe5a28d87846128694fb2331874170 Mon Sep 17 00:00:00 2001 From: Jacob Siverskog Date: Fri, 21 Aug 2015 09:40:10 +0200 Subject: [PATCH] protobuf: add myself as maintainer. Signed-off-by: Jacob Siverskog --- libs/protobuf/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/protobuf/Makefile b/libs/protobuf/Makefile index 4f45183e2..72133be86 100644 --- a/libs/protobuf/Makefile +++ b/libs/protobuf/Makefile @@ -32,7 +32,7 @@ define Package/protobuf TITLE:=A structured data encoding library URL:=http://code.google.com/p/protobuf/ DEPENDS:=+zlib +libpthread +libstdcpp - MAINTAINER:=Obinou + MAINTAINER:=Jacob Siverskog endef define Package/protobuf/description