Add myself as a maintainer to all Haskell packages (re-)generated by hackage4nix.

This commit is contained in:
Peter Simons
2013-03-23 14:57:25 +01:00
parent ac8b39f66a
commit 6fc2cccfe6
806 changed files with 2753 additions and 649 deletions

View File

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