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

@@ -8,6 +8,5 @@ cabal.mkDerivation (self: {
description = "A class for types with a default value";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})