Remove 'andres' from the meta.maintainer section of all Haskell package where I

had added him earlier.
This commit is contained in:
Peter Simons
2014-08-09 12:47:08 +02:00
parent d9f6e54e7a
commit 18250b97ae
628 changed files with 25 additions and 703 deletions

View File

@@ -11,6 +11,5 @@ cabal.mkDerivation (self: {
description = "Mutable and immutable bit arrays";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})