]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Removing myself from ssl code ownership (GH-26529)
authorChristian Heimes <christian@python.org>
Fri, 4 Jun 2021 13:01:31 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Fri, 4 Jun 2021 13:01:31 +0000 (15:01 +0200)
I'm taking a break.

Signed-off-by: Christian Heimes <christian@python.org>
.github/CODEOWNERS

index 5b86d39dc9c259bb9a7d4bc041e67ca82aeb6a6e..8dc0a31c1ba2711bada1ebcbad75bfea2eb42d76 100644 (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