diff options
author | Christian Heimes <christian@python.org> | 2021-06-04 13:01:31 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-04 13:01:31 (GMT) |
commit | 6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a (patch) | |
tree | ff3e1808e28ba3a23590c7b19c8b9062a90153e5 /.github | |
parent | b2bf2bc1ece673d387341e06c8d3c2bc6e259747 (diff) | |
download | cpython-6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a.zip cpython-6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a.tar.gz cpython-6ab65c670dd9e9b95f363e25e308d6fc2f4fe92a.tar.bz2 |
Removing myself from ssl code ownership (GH-26529)
I'm taking a break.
Signed-off-by: Christian Heimes <christian@python.org>
Diffstat (limited to '.github')
-rw-r--r-- | .github/CODEOWNERS | 6 |
1 files 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 |