aboutsummaryrefslogtreecommitdiff
path: root/CODEOWNERS
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2020-09-14 14:13:53 -0700
committerGitHub <noreply@github.com>2020-09-15 00:13:53 +0300
commit60f78e7981ced063415ffe68f01b961f77390f2b (patch)
tree617202100697f819fb6c6b35d921f7ca35dcdad2 /CODEOWNERS
parent8972c715229d8c5cf4f35dbdbe5c375a2b080827 (diff)
downloadmeson-60f78e7981ced063415ffe68f01b961f77390f2b.zip
meson-60f78e7981ced063415ffe68f01b961f77390f2b.tar.gz
meson-60f78e7981ced063415ffe68f01b961f77390f2b.tar.bz2
CODEOWNERS: add dcbaker for compilers and linkers [skip ci]
I probably know more about that code than anyone else, so I'm probably the right person to be reviewing stuff in there.
Diffstat (limited to 'CODEOWNERS')
-rw-r--r--CODEOWNERS2
1 files changed, 2 insertions, 0 deletions
diff --git a/CODEOWNERS b/CODEOWNERS
index 48ce3ea..10fddaf 100644
--- a/CODEOWNERS
+++ b/CODEOWNERS
@@ -4,3 +4,5 @@
/mesonbuild/modules/unstable_external_project.py @xclaesse
/mesonbuild/ast/* @mensinda
/mesonbuild/cmake/* @mensinda
+/mesonbuild/compilers/* @dcbaker
+/mesonbuild/linkers.py @dcbaker