From e26fc016fec06cd1a31fbddc26c0b24330bdd4c9 Mon Sep 17 00:00:00 2001 From: wmw Date: Sat, 8 Jul 2023 00:09:18 +0800 Subject: [PATCH] json-flattener: Add primary contact (#10645) Add primary contact email to project.yaml --- projects/json-flattener/project.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/projects/json-flattener/project.yaml b/projects/json-flattener/project.yaml index 8632890d5..d4b1f4001 100644 --- a/projects/json-flattener/project.yaml +++ b/projects/json-flattener/project.yaml @@ -1,5 +1,6 @@ homepage: "https://github.com/wnameless/json-flattener/" language: jvm +primary_contact: "wnameless@gmail.com" fuzzing_engines: - libfuzzer main_repo: "https://github.com/wnameless/json-flattener/" @@ -11,4 +12,4 @@ vendor_ccs: - "glendowne@code-intelligence.com" - "patrice.salathe@code-intelligence.com" - "hlin@code-intelligence.com" - - "bug-disclosure@code-intelligence.com" \ No newline at end of file + - "bug-disclosure@code-intelligence.com"