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>2013-05-11 00:36:36 +0200
committerPeter Simons <simons@cryp.to>2013-05-11 00:36:59 +0200
commit3b2254a3af15f8f7d0539cf637a51990214c24e4 (patch)
tree96e92885347c06cdb04ffea49761629a617b3f16 /pkgs/development/libraries/haskell/cautious-file/default.nix
parenta35052c2e69f8fb78ceb273a1c59ee8da0397cb5 (diff)
Remove myself from the meta.maintainer field of most Haskell packages.
There is no point in receiving hundreds of e-mails; I cannot read them anyway.
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 711e6a1525960..44ed255bb634f 100644
--- a/pkgs/development/libraries/haskell/cautious-file/default.nix
+++ b/pkgs/development/libraries/haskell/cautious-file/default.nix
@@ -10,9 +10,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 ];
   };
 })