about summary refs log tree commit diff
path: root/pkgs/development/compilers/ghcjs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-04-06 10:54:57 +0200
committerGitHub <noreply@github.com>2018-04-06 10:54:57 +0200
commit935526e181f5b0963616c6f558c2094c4d8690e3 (patch)
treea90233899ac9bbc32cbd38d50e931501a9892ae7 /pkgs/development/compilers/ghcjs
parentfac2951d8b31922ab7f1c0286ffffe2252d42d82 (diff)
parentc6a9e3a911e59f7b687b5378e0c58ef1dd0625c2 (diff)
downloadnixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar.gz
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar.bz2
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar.lz
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar.xz
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.tar.zst
nixlib-935526e181f5b0963616c6f558c2094c4d8690e3.zip
Merge pull request #38288 from ElvishJerricco/elvishjerricco-ghcjs-maintainer
Added ElvishJerricco to GHCJS maintainers
Diffstat (limited to 'pkgs/development/compilers/ghcjs')
-rw-r--r--pkgs/development/compilers/ghcjs/base.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ghcjs/base.nix b/pkgs/development/compilers/ghcjs/base.nix
index 3aac2d70e137..07662d32d258 100644
--- a/pkgs/development/compilers/ghcjs/base.nix
+++ b/pkgs/development/compilers/ghcjs/base.nix
@@ -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;
 })