summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/strictConcurrency/default.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2012-03-24 10:21:28 +0000
committerPeter Simons <simons@cryp.to>2012-03-24 10:21:28 +0000
commit880dcc2c648873f6f0c1126864d17894317f736f (patch)
tree547495e1230e0f720acb1e7856ff828a9d777c2e /pkgs/development/libraries/haskell/strictConcurrency/default.nix
parentea335bb574ebc4383c285942dcbe068866d868de (diff)
downloadnixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar.gz
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar.bz2
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar.lz
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar.xz
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.tar.zst
nixpkgs-880dcc2c648873f6f0c1126864d17894317f736f.zip
Removed myself as a maintainer from Haskell packages that I don't personally use.
By now, it happened twice that a commit broke GHC and thus all Haskell packages
we have in Nixpkgs. On such an occasion, I receive well in excess of 3000
notification e-mails from Hydra, and then I receive another 3000 e-mails after
the bug has been fixed. Under these circumstances, subscribing to these
notifications makes no sense for me.

svn path=/nixpkgs/trunk/; revision=33392
Diffstat (limited to 'pkgs/development/libraries/haskell/strictConcurrency/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/strictConcurrency/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/strictConcurrency/default.nix b/pkgs/development/libraries/haskell/strictConcurrency/default.nix
index 083f3e06d5b..915fad7006a 100644
--- a/pkgs/development/libraries/haskell/strictConcurrency/default.nix
+++ b/pkgs/development/libraries/haskell/strictConcurrency/default.nix
@@ -10,9 +10,6 @@ cabal.mkDerivation (self: {
     description = "Strict concurrency abstractions";
     license = self.stdenv.lib.licenses.bsd3;
     platforms = self.ghc.meta.platforms;
-    maintainers = [
-      self.stdenv.lib.maintainers.andres
-      self.stdenv.lib.maintainers.simons
-    ];
+    maintainers = [ self.stdenv.lib.maintainers.andres ];
   };
 })