Removing myself from ssl code ownership (GH-26529)

I'm taking a break.

Signed-off-by: Christian Heimes <christian@python.org>
This commit is contained in:
Christian Heimes 2021-06-04 15:01:31 +02:00 committed by GitHub
parent b2bf2bc1ec
commit 6ab65c670d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

6
.github/CODEOWNERS vendored
View File

@ -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