about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/xmonad
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/applications/window-managers/xmonad
parentea335bb574ebc4383c285942dcbe068866d868de (diff)
downloadnixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar
nixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar.gz
nixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar.bz2
nixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar.lz
nixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar.xz
nixlib-880dcc2c648873f6f0c1126864d17894317f736f.tar.zst
nixlib-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/applications/window-managers/xmonad')
-rw-r--r--pkgs/applications/window-managers/xmonad/xmonad-contrib.nix5
-rw-r--r--pkgs/applications/window-managers/xmonad/xmonad-extras.nix5
2 files changed, 2 insertions, 8 deletions
diff --git a/pkgs/applications/window-managers/xmonad/xmonad-contrib.nix b/pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
index 6bb06f7d4a56..11c8531ad174 100644
--- a/pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
+++ b/pkgs/applications/window-managers/xmonad/xmonad-contrib.nix
@@ -14,9 +14,6 @@ cabal.mkDerivation (self: {
     description = "Third party extensions for xmonad";
     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 ];
   };
 })
diff --git a/pkgs/applications/window-managers/xmonad/xmonad-extras.nix b/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
index 249310b6411c..ce3b9fed7b70 100644
--- a/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
+++ b/pkgs/applications/window-managers/xmonad/xmonad-extras.nix
@@ -16,9 +16,6 @@ cabal.mkDerivation (self: {
     description = "Third party extensions for xmonad with wacky dependencies";
     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 ];
   };
 })