protobuf: remove new lines to keep style consistent
This commit is contained in:
parent
6f3f10490e
commit
f6f186d161
@ -25,15 +25,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Protocol Buffers - Google's data interchange format";
|
description = "Protocol Buffers - Google's data interchange format";
|
||||||
|
|
||||||
longDescription =
|
longDescription =
|
||||||
'' Protocol Buffers are a way of encoding structured data in an
|
'' Protocol Buffers are a way of encoding structured data in an
|
||||||
efficient yet extensible format. Google uses Protocol Buffers for
|
efficient yet extensible format. Google uses Protocol Buffers for
|
||||||
almost all of its internal RPC protocols and file formats.
|
almost all of its internal RPC protocols and file formats.
|
||||||
'';
|
'';
|
||||||
|
|
||||||
license = "mBSD";
|
license = "mBSD";
|
||||||
|
|
||||||
homepage = https://developers.google.com/protocol-buffers/;
|
homepage = https://developers.google.com/protocol-buffers/;
|
||||||
platforms = stdenv.lib.platforms.unix;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user