From 69e97b7038796d5b1e453c97fa888dd98da7571e Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 29 Sep 2021 11:52:59 -0700 Subject: [PATCH] protobuf-java: update contact information (#6542) This makes kfm@google.com the primary contact and allows access for some more protobuf team members. --- projects/protobuf-java/project.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/projects/protobuf-java/project.yaml b/projects/protobuf-java/project.yaml index 7a92e8502..afb45a26f 100644 --- a/projects/protobuf-java/project.yaml +++ b/projects/protobuf-java/project.yaml @@ -1,8 +1,12 @@ homepage: "https://developers.google.com/protocol-buffers/" language: jvm -primary_contact: "acozzette@google.com" +primary_contact: "kfm@google.com" auto_ccs: - "meumertzheim@code-intelligence.com" + - "acozzette@google.com" + - "elharo@google.com" + - "pzd@google.com" + - "sandyzhang@google.com" fuzzing_engines: - libfuzzer main_repo: "https://github.com/protocolbuffers/protobuf"