Skip to content

Commit 6ab65c6

Browse files
authored
Removing myself from ssl code ownership (GH-26529)
I'm taking a break. Signed-off-by: Christian Heimes <[email protected]>
1 parent b2bf2bc commit 6ab65c6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ Python/ast_opt.c @isidentical
5353

5454

5555
# SSL
56-
**/*ssl* @python/crypto-team @tiran
57-
**/*.pem @python/crypto-team @tiran
56+
**/*ssl* @python/crypto-team
57+
**/*.pem @python/crypto-team
5858

5959
# CSPRNG
60-
Python/bootstrap_hash.c @python/crypto-team @tiran
60+
Python/bootstrap_hash.c @python/crypto-team
6161

6262
# Dates and times
6363
**/*datetime* @pganssle @abalkin

0 commit comments

Comments
 (0)