summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/cautious-file/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/cautious-file/default.nix
parentea335bb574ebc4383c285942dcbe068866d868de (diff)
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/cautious-file/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/cautious-file/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/cautious-file/default.nix b/pkgs/development/libraries/haskell/cautious-file/default.nix
index 816ed6fadae5f..bbdb6d350c8bd 100644
--- a/pkgs/development/libraries/haskell/cautious-file/default.nix
+++ b/pkgs/development/libraries/haskell/cautious-file/default.nix
@@ -9,9 +9,6 @@ cabal.mkDerivation (self: {
     description = "Ways to write a file cautiously, to reduce the chances of problems such as data loss due to crashes or power failures";
     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 ];
   };
 })