diff options
author | Jonas Gorski <jogo@openwrt.org> | 2015-08-21 15:15:18 +0200 |
---|---|---|
committer | Jonas Gorski <jogo@openwrt.org> | 2015-08-21 15:15:18 +0200 |
commit | 8fce0732d6b766f95651da8388648c6f9bb79c9f (patch) | |
tree | 7b4a644156eb112f86c54aacc441c806cdcbdfe4 /libs | |
parent | 6b4b26f5061c3fa78350259e9953714c411dd159 (diff) | |
parent | 433880cc1dfe5a28d87846128694fb2331874170 (diff) |
Merge pull request #1694 from jsiverskog/protobuf-maintainer2
protobuf: add myself as maintainer.
Diffstat (limited to 'libs')
-rw-r--r-- | libs/protobuf/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 <obconseil@gmail.com> + MAINTAINER:=Jacob Siverskog <jacob@teenageengineering.com> endef define Package/protobuf/description |