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

@@ -11,6 +11,7 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/valderman/shellmate";
description = "Simple interface for shell scripting in Haskell";
license = self.stdenv.lib.licenses.bsd3;
maintainers = with self.stdenv.lib.maintainers; [ aycanirican ];
platforms = self.ghc.meta.platforms;
};
})