mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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 = {
|
||||
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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue