Added ElvishJerricco to GHCJS maintainers

wip/yesman
Will Fancher 6 years ago
parent 7a33e5727b
commit c6a9e3a911
  1. 5
      maintainers/maintainer-list.nix
  2. 2
      pkgs/development/compilers/ghcjs/base.nix

@ -1176,6 +1176,11 @@
github = "ellis";
name = "Ellis Whitehead";
};
elvishjerricco = {
email = "elvishjerricco@gmail.com";
github = "ElvishJerricco";
name = "Will Fancher";
};
enzime = {
email = "enzime@users.noreply.github.com";
github = "enzime";

@ -189,7 +189,7 @@ in mkDerivation (rec {
description = "A Haskell to JavaScript compiler that uses the GHC API";
license = stdenv.lib.licenses.bsd3;
platforms = ghc.meta.platforms;
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio ];
maintainers = with stdenv.lib.maintainers; [ jwiegley cstrahan dmjio elvishjerricco ];
hydraPlatforms = if broken then [] else ghc.meta.platforms;
inherit broken;
})

Loading…
Cancel
Save