summary refs log tree commit diff
path: root/pkgs/development/libraries/http-parser
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-23 14:26:16 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2014-04-23 14:26:32 +0200
commitdbd332d147584d1b750c513bcda5fe280bfc7aef (patch)
tree663c8a0d50ac72bbfc263660eaf25a0ba2a13c7b /pkgs/development/libraries/http-parser
parent66a43c01596b9bf80cfbf7a77ac5fc1fd6af16e2 (diff)
downloadnixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar.gz
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar.bz2
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar.lz
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar.xz
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.tar.zst
nixpkgs-dbd332d147584d1b750c513bcda5fe280bfc7aef.zip
Fix meta.maintainer -> meta.maintainers
Diffstat (limited to 'pkgs/development/libraries/http-parser')
-rw-r--r--pkgs/development/libraries/http-parser/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/http-parser/default.nix b/pkgs/development/libraries/http-parser/default.nix
index 5ced635aa66..bb1f6b63084 100644
--- a/pkgs/development/libraries/http-parser/default.nix
+++ b/pkgs/development/libraries/http-parser/default.nix
@@ -43,6 +43,6 @@ in stdenv.mkDerivation {
 
     license = stdenv.lib.licenses.mit;
 
-    maintainer = [ stdenv.lib.maintainers.shlevy ];
+    maintainers = [ stdenv.lib.maintainers.shlevy ];
   };
 }