protobuf: remove new lines to keep style consistent

This commit is contained in:
Qingping Hou 2016-07-31 16:26:21 -07:00
parent 6f3f10490e
commit f6f186d161

View File

@ -25,15 +25,12 @@ stdenv.mkDerivation rec {
meta = {
description = "Protocol Buffers - Google's data interchange format";
longDescription =
'' Protocol Buffers are a way of encoding structured data in an
efficient yet extensible format. Google uses Protocol Buffers for
almost all of its internal RPC protocols and file formats.
'';
license = "mBSD";
homepage = https://developers.google.com/protocol-buffers/;
platforms = stdenv.lib.platforms.unix;
};