summaryrefslogtreecommitdiff
path: root/.github/CODEOWNERS
diff options
context:
space:
mode:
authorJelle Raaijmakers <jelle@gmta.nl>2023-05-24 16:05:01 +0200
committerTim Flynn <trflynn89@pm.me>2023-05-25 06:19:16 -0700
commitb76219f7029a05e7cd832070aa102e256ecd77d4 (patch)
tree509235fb0e1af1781e7b7a11f8b3c5ecea14d5c0 /.github/CODEOWNERS
parent69e09fed390196641d214f70b5f97b6320a31a39 (diff)
downloadserenity-b76219f7029a05e7cd832070aa102e256ecd77d4.zip
Meta: Add myself to CODEOWNERS for LibSQL
Diffstat (limited to '.github/CODEOWNERS')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS
index 843640fb9c..6177b27512 100644
--- a/.github/CODEOWNERS
+++ b/.github/CODEOWNERS
@@ -8,7 +8,7 @@
/Userland/Libraries/LibLocale @trflynn89
/Userland/Libraries/LibRegex @alimpfard
/Userland/Libraries/LibSoftGPU @GMTA
-/Userland/Libraries/LibSQL @trflynn89
+/Userland/Libraries/LibSQL @GMTA @trflynn89
/Userland/Libraries/LibTLS @alimpfard
/Userland/Libraries/LibTimeZone @trflynn89
/Userland/Libraries/LibUnicode @trflynn89