From 6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a Mon Sep 17 00:00:00 2001 From: Christian Heimes Date: Fri, 4 Jun 2021 15:01:31 +0200 Subject: Removing myself from ssl code ownership (GH-26529) I'm taking a break. Signed-off-by: Christian Heimes --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 5b86d39..8dc0a31 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 -- cgit v0.12