[Git][ghc/ghc][wip/codeowners-fix-rae] CODEOWNERS: Use correct username for Richard Eisenberg
Ben Gamari
gitlab at gitlab.haskell.org
Tue May 28 01:10:03 UTC 2019
Ben Gamari pushed to branch wip/codeowners-fix-rae at Glasgow Haskell Compiler / GHC
Commits:
e6a6d11c by Ben Gamari at 2019-05-28T01:09:39Z
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]
- - - - -
1 changed file:
- CODEOWNERS
Changes:
=====================================
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
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e6a6d11c43f95002d8e5efc742463e0a47739de2
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/commit/e6a6d11c43f95002d8e5efc742463e0a47739de2
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20190527/afd614e8/attachment-0001.html>
More information about the ghc-commits
mailing list