Add maintainer to gloss-banana
This commit is contained in:
parent
dc1965b9f7
commit
0fb6548960
|
@ -12,5 +12,6 @@ cabal.mkDerivation (self: {
|
||||||
description = "An Interface for gloss in terms of a reactive-banana Behavior";
|
description = "An Interface for gloss in terms of a reactive-banana Behavior";
|
||||||
license = self.stdenv.lib.licenses.gpl3;
|
license = self.stdenv.lib.licenses.gpl3;
|
||||||
platforms = self.ghc.meta.platforms;
|
platforms = self.ghc.meta.platforms;
|
||||||
|
maintainers = with self.stdenv.lib.maintainers; [ twey ];
|
||||||
};
|
};
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue