Added myself to maintainers

This commit is contained in:
Aycan iRiCAN
2014-09-24 11:24:47 +03:00
parent 87ebc77e50
commit 082167400f
32 changed files with 32 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ cabal.mkDerivation (self: {
meta = {
description = "Maps with stringy keys that can be transcoded to JSON and XML";
license = self.stdenv.lib.licenses.bsd3;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
platforms = self.ghc.meta.platforms;
};
})