add myself to CODEOWNERS for subprocess. (#3005)

This commit is contained in:
Gregory P. Smith 2017-08-04 20:00:06 -06:00 committed by GitHub
parent d255fea7c7
commit 60a6632a3d

3
.github/CODEOWNERS vendored
View File

@ -26,3 +26,6 @@
**/*mime* @bitdancer
**/*imap* @bitdancer
**/*poplib* @bitdancer
# subprocess
**/*subprocess* @gpshead