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

@@ -9,5 +9,6 @@ cabal.mkDerivation (self: {
description = "Implements the \"StringPrep\" algorithm";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.ghc.meta.platforms;
maintainers = [ self.stdenv.lib.maintainers.simons ];
};
})