CODEOWNERS: Add myself as co-owner of Windows stuff

because I am a sucker for punishment.
This commit is contained in:
Nirbheek Chauhan 2019-08-27 03:10:32 +05:30
parent 184cbbcfd7
commit 7952a74721

View File

@ -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