From ca6f523924340b470c65eeadc284508f856d3c39 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Sun, 3 Aug 2025 10:50:06 -0700 Subject: [PATCH] m: remove self from CODEOWNERS This is making official what's basically been the case for the past few months at this point. I no longer have the capacity to effectively review and merge PRs for the Windows and X11 backends. Thanks again for having me. Signed-off-by: John Nunley --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2b6b702c..39f78574 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,13 +14,13 @@ /winit-wayland @kchibisov # X11 -/winit-x11 @kchibisov @notgull +/winit-x11 @kchibisov # Web /winit-web @daxpedda -# Windows (Win32) -/winit-win32 @notgull +# Windows (Win32) (UNOWNED) +#/winit-win32 # Orbital (Redox OS) /winit-orbital @jackpot51