From fe80194d69bddde425eeedec8746f77fc61fad11 Mon Sep 17 00:00:00 2001 From: Mads Marquart Date: Thu, 22 Dec 2022 00:01:46 +0100 Subject: [PATCH] Add @notgull as Windows and X11 maintainer --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 95e38ca..ee17924 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -10,8 +10,8 @@ # Web (no maintainer) /src/web.rs -# Windows (no maintainer) -/src/win32.rs +# Windows +/src/win32.rs @notgull -# X11 (no maintainer) -/src/x11.rs +# X11 +/src/x11.rs @notgull