Merge pull request #3812 from Fuuzetsu/free-game
haskell-free-game: add maintainer
This commit is contained in:
commit
182968c704
@ -21,5 +21,6 @@ cabal.mkDerivation (self: {
|
|||||||
description = "Create games for free";
|
description = "Create games for free";
|
||||||
license = self.stdenv.lib.licenses.bsd3;
|
license = self.stdenv.lib.licenses.bsd3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user