From 7952a7472191533d7a7b6a54e5bb00e3a458b155 Mon Sep 17 00:00:00 2001 From: Nirbheek Chauhan Date: Tue, 27 Aug 2019 03:10:32 +0530 Subject: [PATCH] CODEOWNERS: Add myself as co-owner of Windows stuff because I am a sucker for punishment. --- docs/CODEOWNERS | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/CODEOWNERS b/docs/CODEOWNERS index 187660422..e1d6efe8b 100644 --- a/docs/CODEOWNERS +++ b/docs/CODEOWNERS @@ -33,10 +33,13 @@ subprojects/ @xclaesse @nirbheek @pwithnall *.m @jralls @pwithnall @sdroege # Windows support -*win32* @lrn @creiter @fanc999 @pwithnall @sdroege +*win32* @lrn @creiter @fanc999 @pwithnall @sdroege @nirbheek -# Windows support (MSVC specific) -*msvc* @fanc999 @creiter @pwithnall @sdroege +# Windows support (MSVC-specific) +*msvc* @fanc999 @creiter @pwithnall @sdroege @nirbheek + +# Windows support (UWP-specific) +*uwp* @nirbheek # Android support *android* @xclaesse @pwithnall @sdroege