Author: simons
Date: Mon Oct 31 18:49:49 2011
New Revision: 30146
URL: https://nixos.org/websvn/nix/?rev=30146&sc=1

Log:
haskell-download-curl: added meta.maintainers

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/default.nix

Modified: 
nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/default.nix  
Mon Oct 31 18:49:45 2011        (r30145)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/download-curl/default.nix  
Mon Oct 31 18:49:49 2011        (r30146)
@@ -10,5 +10,9 @@
     description = "High-level file download based on URLs";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to