summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorBen Gamari <ben@well-typed.com>2019-05-27 21:02:16 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-05-30 07:29:10 -0400
commitade53ce29fddc49162f409567c2e76feb5f21c66 (patch)
treed6a8a8201f8f4c259496ec900fa2c6d09d4f0a13 /CODEOWNERS
parent3aa71a222ac2e5538db15ec8facb7f0253782647 (diff)
downloadhaskell-ade53ce29fddc49162f409567c2e76feb5f21c66.tar.gz
CODEOWNERS: Use correct username for Richard Eisenberg
In !980 Richard noted that he could not approve the MR. This mis-spelling was the reason. [skip ci]
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS12
1 files changed, 6 insertions, 6 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 5bee1ee19e..22349e278c 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -17,10 +17,10 @@
# The compiler
/compiler/parser/ @int-index
-/compiler/typecheck/ @simonpj @goldfire
-/compiler/rename/ @simonpj @goldfire
-/compiler/types/ @simonpj @goldfire
-/compiler/deSugar/ @simonpj @goldfire
+/compiler/typecheck/ @simonpj @rae
+/compiler/rename/ @simonpj @rae
+/compiler/types/ @simonpj @rae
+/compiler/deSugar/ @simonpj @rae
/compiler/typecheck/TcDeriv* @RyanGlScott
/compiler/nativeGen/ @simonmar @bgamari @AndreasK
/compiler/llvmGen/ @angerman
@@ -34,12 +34,12 @@
/compiler/simplStg/StgLiftLams.hs @sgraf
/compiler/cmm/CmmSwitch.hs @nomeata
/compiler/stranal/DmdAnal.hs @simonpj @sgraf
-/compiler/hsSyn/Convert.hs @goldfire
+/compiler/hsSyn/Convert.hs @rae
# Core libraries
/libraries/base/ @hvr
/libraries/ghci/ @simonmar
-/libraries/template-haskell/ @goldfire
+/libraries/template-haskell/ @rae
# Internal utilities and libraries
/libraries/libiserv/ @angerman @simonmar