GHCJS: Add elvishjerricco as maintainer

This commit is contained in:
Will Fancher 2019-01-14 18:16:39 -05:00
parent 57cb854e42
commit 96360a3a49

View File

@ -104,7 +104,5 @@ in stdenv.mkDerivation {
inherit passthru;
meta.platforms = passthru.bootPkgs.ghc.meta.platforms;
meta.hydraPlatforms = [];
meta.broken = true; # does not compile: https://hydra.nixos.org/build/88052615
meta.maintainers = [lib.maintainers.elvishjerricco];
}