summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hspec-expectations/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/hspec-expectations/default.nix
parenta35052c2e69f8fb78ceb273a1c59ee8da0397cb5 (diff)
downloadnixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.gz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.bz2
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.lz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.xz
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.zst
nixlib-3b2254a3af15f8f7d0539cf637a51990214c24e4.zip
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/hspec-expectations/default.nix')
-rw-r--r--pkgs/development/libraries/haskell/hspec-expectations/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/development/libraries/haskell/hspec-expectations/default.nix b/pkgs/development/libraries/haskell/hspec-expectations/default.nix
index 52defb43e4cb..4aaa5fe5e953 100644
--- a/pkgs/development/libraries/haskell/hspec-expectations/default.nix
+++ b/pkgs/development/libraries/haskell/hspec-expectations/default.nix
@@ -12,6 +12,5 @@ cabal.mkDerivation (self: {
     description = "Catchy combinators for HUnit";
     license = self.stdenv.lib.licenses.mit;
     platforms = self.ghc.meta.platforms;
-    maintainers = [ self.stdenv.lib.maintainers.simons ];
   };
 })