aboutsummaryrefslogtreecommitdiffhomepage
path: root/projects/protobuf-python
diff options
context:
space:
mode:
authorGravatar Oliver Chang <oliverchang@users.noreply.github.com>2022-05-11 16:23:24 +1000
committerGravatar GitHub <noreply@github.com>2022-05-11 16:23:24 +1000
commitd2283617c2b716fff7a86525d87566c6fcebdde6 (patch)
tree68dc28f18c6abff08fd635ca4c764734ae8210bc /projects/protobuf-python
parent9a7567d9cdc6d81419dc63bdd867f46c0f033704 (diff)
Move vendors to vendor_ccs when there is no maintainer email. (#7698)
Diffstat (limited to 'projects/protobuf-python')
-rw-r--r--projects/protobuf-python/project.yaml13
1 files changed, 7 insertions, 6 deletions
diff --git a/projects/protobuf-python/project.yaml b/projects/protobuf-python/project.yaml
index b4fe8f69..7890b105 100644
--- a/projects/protobuf-python/project.yaml
+++ b/projects/protobuf-python/project.yaml
@@ -1,8 +1,9 @@
-homepage: "https://developers.google.com/protocol-buffers/"
-main_repo: "https://github.com/protocolbuffers/protobuf"
-language: python
-primary_contact: "david@adalogics.com"
fuzzing_engines:
- - libfuzzer
+- libfuzzer
+homepage: https://developers.google.com/protocol-buffers/
+language: python
+main_repo: https://github.com/protocolbuffers/protobuf
sanitizers:
- - address
+- address
+vendor_ccs:
+- david@adalogics.com