summaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS8
1 files changed, 4 insertions, 4 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index c1429a0ded..4f71e6464a 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -13,13 +13,13 @@
[RTS-like things]
/rts/ @bgamari @simonmar @osa1 @Phyx @angerman
/rts/linker/ @angerman @Phyx @simonmar
-/includes/ @bgamari @simonmar @osa1
+/rts/include/ @bgamari @simonmar @osa1
[RTS heap profiling]
/docs/users_guide/profiling.rst @DanielG
-/includes/rts/ProfHeap.h @DanielG
-/includes/rts/TraverseHeap.h @DanielG
-/includes/rts/storage/ClosureMacros.h @DanielG
+/rts/include/rts/ProfHeap.h @DanielG
+/rts/include/rts/TraverseHeap.h @DanielG
+/rts/include/rts/storage/ClosureMacros.h @DanielG
/rts/LdvProfile* @DanielG
/rts/ProfHeap* @DanielG
/rts/Retainer* @DanielG