Add maintainer to gloss-banana

This commit is contained in:
James ‘Twey’ Kay 2014-10-30 23:48:07 +00:00
parent dc1965b9f7
commit 0fb6548960

View file

@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
description = "An Interface for gloss in terms of a reactive-banana Behavior";
license = self.stdenv.lib.licenses.gpl3;
platforms = self.ghc.meta.platforms;
maintainers = with self.stdenv.lib.maintainers; [ twey ];
};
})