summaryrefslogtreecommitdiff
path: root/docs/CODEOWNERS
diff options
context:
space:
mode:
Diffstat (limited to 'docs/CODEOWNERS')
-rw-r--r--docs/CODEOWNERS13
1 files changed, 9 insertions, 4 deletions
diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS
index e1d6efe8b..cd4ef7391 100644
--- a/docs/CODEOWNERS
+++ b/docs/CODEOWNERS
@@ -16,9 +16,14 @@
#
# If you want to be responsible for code reviews in specific sections of
# the GLib code base, add yourself here.
+#
+# Everyone listed in this file is a co-maintainer of GLib, even if they only
+# concern themselves with one section of the code base. All usernames listed
+# here should therefore also be listed in glib.doap, so that GitLab access
+# control is correct.
# Overall maintainers
-* @pwithnall @ebassi
+* @pwithnall @ebassi @3v1n0
# Build system
meson.build @xclaesse @nirbheek @pwithnall
@@ -33,13 +38,13 @@ subprojects/ @xclaesse @nirbheek @pwithnall
*.m @jralls @pwithnall @sdroege
# Windows support
-*win32* @lrn @creiter @fanc999 @pwithnall @sdroege @nirbheek
+*win32* @lrn @creiter @fanc999 @pwithnall @sdroege @nirbheek @lb90
# Windows support (MSVC-specific)
-*msvc* @fanc999 @creiter @pwithnall @sdroege @nirbheek
+*msvc* @fanc999 @creiter @pwithnall @sdroege @nirbheek @lb90
# Windows support (UWP-specific)
-*uwp* @nirbheek
+*uwp* @nirbheek @lb90
# Android support
*android* @xclaesse @pwithnall @sdroege