about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-02-16 09:05:47 +0000
committerPeter Simons <simons@cryp.to>2012-02-16 09:05:47 +0000
commit0fea240440ab4bcaf7e0a207de9c7ccd304872ce (patch)
treeee015b8457c80c076c711029f2e891783e685f64 /pkgs
parent3b0b92288476510ff267b0b9cd4aacf1dcd2fad4 (diff)
haskell-alternative-io: added meta.maintainers section
svn path=/nixpkgs/trunk/; revision=32318
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/haskell/alternative-io/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/development/libraries/haskell/alternative-io/default.nix b/pkgs/development/libraries/haskell/alternative-io/default.nix
index 434393178b51f..d5c9e248f2556 100644
--- a/pkgs/development/libraries/haskell/alternative-io/default.nix
+++ b/pkgs/development/libraries/haskell/alternative-io/default.nix
@@ -13,5 +13,9 @@ cabal.mkDerivation (self: {
     description = "IO as Alternative instance";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
+    maintainers = [
+      self.stdenv.lib.maintainers.andres
+      self.stdenv.lib.maintainers.simons
+    ];
   };
 })