From 4834ccfd5029848a2a471f71a236106bda19aa4e Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Mon, 27 May 2019 15:36:14 -0700 Subject: [PATCH] Add myself to CODEOWNERS for email module. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fae5138435665e..1638a8b4b44370 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -37,7 +37,7 @@ Objects/dict* @methane Python/bootstrap_hash.c @python/crypto-team # Email and related -**/*mail* @python/email-team +**/*mail* @python/email-team @maxking **/*smtp* @python/email-team **/*mime* @python/email-team **/*imap* @python/email-team