1
0
Fork 1
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:
Peter Simons 2014-08-27 15:22:48 +02:00
commit 182968c704

View file

@ -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 ];
};
})