From 880dcc2c648873f6f0c1126864d17894317f736f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 24 Mar 2012 10:21:28 +0000 Subject: 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 --- pkgs/development/libraries/haskell/HSH/default.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'pkgs/development/libraries/haskell/HSH') diff --git a/pkgs/development/libraries/haskell/HSH/default.nix b/pkgs/development/libraries/haskell/HSH/default.nix index ad6ee08bffdff..40620901839d8 100644 --- a/pkgs/development/libraries/haskell/HSH/default.nix +++ b/pkgs/development/libraries/haskell/HSH/default.nix @@ -16,9 +16,6 @@ cabal.mkDerivation (self: { description = "Library to mix shell scripting with Haskell programs"; license = "LGPL"; platforms = self.ghc.meta.platforms; - maintainers = [ - self.stdenv.lib.maintainers.andres - self.stdenv.lib.maintainers.simons - ]; + maintainers = [ self.stdenv.lib.maintainers.andres ]; }; }) -- cgit 1.4.1