[3.13] Remove myself from CODEOWNERS (GH-149727) (#149734)

(cherry picked from commit 058c12528d)

Co-authored-by: Berker Peksag <berker.peksag@gmail.com>
This commit is contained in:
Hugo van Kemenade 2026-05-12 19:20:25 +03:00 committed by GitHub
parent d36f61d8c8
commit a2864ec643
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

2
.github/CODEOWNERS vendored
View file

@ -171,7 +171,7 @@ Lib/ast.py @isidentical
**/*multiprocessing* @gpshead
# SQLite 3
**/*sqlite* @berkerpeksag @erlend-aasland
**/*sqlite* @erlend-aasland
# subprocess
/Lib/subprocess.py @gpshead