summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2023-01-09 12:16:00 +0100
committerTim Flynn <trflynn89@pm.me>2023-01-09 07:07:47 -0500
commit4ee40aeefd7531ca0e19d1424addb09030e029d4 (patch)
treed4a2a1fbad1e8f031e5c716ee7a0c914baac0dda /.github
parent9398e308fe845f642ea2e59fdf2c394c7d3ab82e (diff)
downloadserenity-4ee40aeefd7531ca0e19d1424addb09030e029d4.zip
Meta: Add GMTA to CODEOWNERS
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 8c0a6f62a0..78eff60695 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -1,11 +1,15 @@
+/Kernel/Devices/Audio @GMTA
/Userland/Applications/CrashReporter @linusg
/Userland/Applications/Spreadsheet @alimpfard
/Userland/Libraries/LibCrypto @alimpfard
+/Userland/Libraries/LibGL @GMTA
+/Userland/Libraries/LibGPU @GMTA
/Userland/Libraries/LibHTTP @alimpfard
/Userland/Libraries/LibJS @linusg
/Userland/Libraries/LibJS/Runtime/Intl @trflynn89
/Userland/Libraries/LibLocale @trflynn89
/Userland/Libraries/LibRegex @alimpfard
+/Userland/Libraries/LibSoftGPU @GMTA
/Userland/Libraries/LibSQL @trflynn89
/Userland/Libraries/LibTLS @alimpfard
/Userland/Libraries/LibTimeZone @trflynn89