aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/CODEOWNERS20
1 files changed, 9 insertions, 11 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 4a126c4e5a..8dbdf43e52 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -118,7 +118,15 @@
/gramlib/ @coq/parsing-maintainers
/parsing/ @coq/parsing-maintainers
-########## Plugins ##########
+########## Standard library and plugins ##########
+
+/theories/ @coq/stdlib-maintainers
+
+/theories/Classes/ @coq/typeclasses-maintainers
+
+/theories/Reals/ @coq/reals-library-maintainers
+
+/theories/Compat/ @coq/compat-maintainers
/plugins/btauto/ @coq/btauto-maintainers
/theories/btauto/ @coq/btauto-maintainers
@@ -195,16 +203,6 @@
/tactics/class_tactics.* @coq/typeclasses-maintainers
/test-suite/typeclasses/ @coq/typeclasses-maintainers
-########## Standard library ##########
-
-/theories/ @coq/stdlib-maintainers
-
-/theories/Classes/ @coq/typeclasses-maintainers
-
-/theories/Reals/ @coq/reals-library-maintainers
-
-/theories/Compat/ @coq/compat-maintainers
-
########## Tools ##########
/tools/coqdoc/ @coq/coqdoc-maintainers