summary refs log tree commit diff
path: root/pkgs/development/libraries/haskell/hoauth
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/hoauth
parenta35052c2e69f8fb78ceb273a1c59ee8da0397cb5 (diff)
downloadnixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar
nixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.gz
nixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.bz2
nixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.lz
nixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.xz
nixpkgs-3b2254a3af15f8f7d0539cf637a51990214c24e4.tar.zst
nixpkgs-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/hoauth')
-rw-r--r--pkgs/development/libraries/haskell/hoauth/default.nix5
1 files changed, 1 insertions, 4 deletions
diff --git a/pkgs/development/libraries/haskell/hoauth/default.nix b/pkgs/development/libraries/haskell/hoauth/default.nix
index d2ff9c48080..c568b292c3c 100644
--- a/pkgs/development/libraries/haskell/hoauth/default.nix
+++ b/pkgs/development/libraries/haskell/hoauth/default.nix
@@ -14,9 +14,6 @@ cabal.mkDerivation (self: {
     description = "A Haskell implementation of OAuth 1.0a protocol.";
     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 ];
   };
 })