Added ElvishJerricco to GHCJS maintainers

This commit is contained in:
Will Fancher
2018-04-01 03:58:45 -04:00
parent 7a33e5727b
commit c6a9e3a911
2 changed files with 6 additions and 1 deletions
+1 -1
View File
@@ -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;
})