From: Christian Heimes Date: Fri, 4 Jun 2021 13:01:31 +0000 (+0200) Subject: Removing myself from ssl code ownership (GH-26529) X-Git-Tag: v3.11.0a1~945 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a;p=thirdparty%2FPython%2Fcpython.git Removing myself from ssl code ownership (GH-26529) I'm taking a break. Signed-off-by: Christian Heimes --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b86d39dc9c2..8dc0a31c1ba2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -53,11 +53,11 @@ Python/ast_opt.c @isidentical # SSL -**/*ssl* @python/crypto-team @tiran -**/*.pem @python/crypto-team @tiran +**/*ssl* @python/crypto-team +**/*.pem @python/crypto-team # CSPRNG -Python/bootstrap_hash.c @python/crypto-team @tiran +Python/bootstrap_hash.c @python/crypto-team # Dates and times **/*datetime* @pganssle @abalkin