aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Cozzette <acozzette@google.com>2021-09-29 11:52:59 -0700
committerGitHub <noreply@github.com>2021-09-29 19:52:59 +0100
commit69e97b7038796d5b1e453c97fa888dd98da7571e (patch)
treec5769723de0244712d4990e2401415b028c684bf
parentcd74bf75021d5928de71382c803e780c5486c4ae (diff)
downloadoss-fuzz-69e97b7038796d5b1e453c97fa888dd98da7571e.tar.gz
protobuf-java: update contact information (#6542)
This makes kfm@google.com the primary contact and allows access for some more protobuf team members.
-rw-r--r--projects/protobuf-java/project.yaml6
1 files changed, 5 insertions, 1 deletions
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"