about summary refs log tree commit diff
path: root/pkgs/development/libraries/protobuf
diff options
context:
space:
mode:
authorQingping Hou <qihou@linkedin.com>2016-07-31 16:26:21 -0700
committerQingping Hou <qihou@linkedin.com>2016-08-13 23:35:55 -0700
commitf6f186d1617e4d5fe95e68b15c76b8a474da1cc6 (patch)
tree17470214592f88b9dfc4ae70cb32dc786c6cc354 /pkgs/development/libraries/protobuf
parent6f3f10490ed254123149e9bbd688789333dc3622 (diff)
downloadnixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar.gz
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar.bz2
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar.lz
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar.xz
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.tar.zst
nixlib-f6f186d1617e4d5fe95e68b15c76b8a474da1cc6.zip
protobuf: remove new lines to keep style consistent
Diffstat (limited to 'pkgs/development/libraries/protobuf')
-rw-r--r--pkgs/development/libraries/protobuf/generic.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/libraries/protobuf/generic.nix b/pkgs/development/libraries/protobuf/generic.nix
index d4b7c77a5fef..47f66c83ff5d 100644
--- a/pkgs/development/libraries/protobuf/generic.nix
+++ b/pkgs/development/libraries/protobuf/generic.nix
@@ -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;
   };