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.
This commit is contained in:
Peter Simons
2013-05-11 00:36:36 +02:00
parent a35052c2e6
commit 3b2254a3af
806 changed files with 636 additions and 2714 deletions

View File

@@ -10,9 +10,6 @@ cabal.mkDerivation (self: {
description = "Sharing for the binary package";
license = "GPL";
platforms = self.ghc.meta.platforms;
maintainers = [
self.stdenv.lib.maintainers.andres
self.stdenv.lib.maintainers.simons
];
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})