mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 06:31:02 +00:00
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";
|
||||
license = self.stdenv.lib.licenses.bsd3;
|
||||
platforms = self.ghc.meta.platforms;
|
||||
maintainers = with self.stdenv.lib.maintainers; [ fuuzetsu ];
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Reference in a new issue