Author: simons
Date: Tue Feb 28 00:10:09 2012
New Revision: 32669
URL: https://nixos.org/websvn/nix/?rev=32669&sc=1

Log:
Added meta.maintainers section.

Modified:
   nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix
   nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix
   nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/default.nix

Modified: nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix    Tue Feb 
28 00:10:05 2012        (r32668)
+++ nixpkgs/trunk/pkgs/development/libraries/haskell/HSH/default.nix    Tue Feb 
28 00:10:09 2012        (r32669)
@@ -16,5 +16,9 @@
     description = "Library to mix shell scripting with Haskell programs";
     license = "LGPL";
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })

Modified: nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix   Tue Feb 
28 00:10:05 2012        (r32668)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/haskdogs/default.nix   Tue Feb 
28 00:10:09 2012        (r32669)
@@ -12,5 +12,9 @@
     description = "Generate ctags file for haskell project directory and it's 
deps";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })

Modified: nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/default.nix   Tue Feb 
28 00:10:05 2012        (r32668)
+++ nixpkgs/trunk/pkgs/development/tools/haskell/hasktags/default.nix   Tue Feb 
28 00:10:09 2012        (r32669)
@@ -11,5 +11,9 @@
     description = "Produces ctags \"tags\" and etags \"TAGS\" files for 
Haskell programs";
     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