haskell-free-game: add maintainer
This commit is contained in:
parent
8b36efaf6a
commit
be1ac7c044
1 changed files with 1 additions and 0 deletions
|
@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
|
|||
description = "Create games for free";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue