mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
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:
parent
b2bf2bc1ec
commit
6ab65c670d
1 changed files with 3 additions and 3 deletions
6
.github/CODEOWNERS
vendored
6
.github/CODEOWNERS
vendored
|
@ -53,11 +53,11 @@ Python/ast_opt.c @isidentical
|
||||||
|
|
||||||
|
|
||||||
# SSL
|
# SSL
|
||||||
**/*ssl* @python/crypto-team @tiran
|
**/*ssl* @python/crypto-team
|
||||||
**/*.pem @python/crypto-team @tiran
|
**/*.pem @python/crypto-team
|
||||||
|
|
||||||
# CSPRNG
|
# CSPRNG
|
||||||
Python/bootstrap_hash.c @python/crypto-team @tiran
|
Python/bootstrap_hash.c @python/crypto-team
|
||||||
|
|
||||||
# Dates and times
|
# Dates and times
|
||||||
**/*datetime* @pganssle @abalkin
|
**/*datetime* @pganssle @abalkin
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue