diff options
author | Ben Gamari <ben@smart-cactus.org> | 2019-04-09 13:11:01 -0400 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-04-14 08:55:29 -0400 |
commit | c54a093ffb46b2efa0cc1511797fe8e01987ae87 (patch) | |
tree | e81048c86c58a3d492ef917e17eed86fe4f77bef /CODEOWNERS | |
parent | e7cad16c19fb226353d3fb6e92914ed953d32857 (diff) | |
download | haskell-c54a093ffb46b2efa0cc1511797fe8e01987ae87.tar.gz |
CODEOWNERS: Add simonmar as owner of rts/linker
I suspect this is why @simonmar wasn't notified of !706.
[skip ci]
Diffstat (limited to 'CODEOWNERS')
-rw-r--r-- | CODEOWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CODEOWNERS b/CODEOWNERS index 902642563f..5bee1ee19e 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -12,7 +12,7 @@ # RTS-like things /rts/ @bgamari @simonmar @osa1 @Phyx @angerman -/rts/linker/ @angerman @Phyx +/rts/linker/ @angerman @Phyx @simonmar /includes/ @bgamari @simonmar @osa1 # The compiler |