summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Gamari <ben@smart-cactus.org>2019-04-09 13:11:01 -0400
committerMarge Bot <ben+marge-bot@smart-cactus.org>2019-04-14 08:55:29 -0400
commitc54a093ffb46b2efa0cc1511797fe8e01987ae87 (patch)
treee81048c86c58a3d492ef917e17eed86fe4f77bef
parente7cad16c19fb226353d3fb6e92914ed953d32857 (diff)
downloadhaskell-c54a093ffb46b2efa0cc1511797fe8e01987ae87.tar.gz
CODEOWNERS: Add simonmar as owner of rts/linker
I suspect this is why @simonmar wasn't notified of !706. [skip ci]
-rw-r--r--CODEOWNERS2
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