From fbac6700d846d78c23f9ce3cc743b2694e9cb3fd Mon Sep 17 00:00:00 2001 From: Norbert Runge <41129501+gnrunge@users.noreply.github.com> Date: Sat, 19 Feb 2022 04:04:46 -0800 Subject: [PATCH] Adds Elango Cheran (ICU team member at Google) to the auto_ccs list of (#7303) the Fuzzer ICU project. Adds primary contact, updates ICU project URL. --- projects/icu/project.yaml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/icu/project.yaml b/projects/icu/project.yaml index 4ad93fd0a..2271ff880 100644 --- a/projects/icu/project.yaml +++ b/projects/icu/project.yaml @@ -1,5 +1,6 @@ -homepage: "http://site.icu-project.org/" +homepage: "https://icu.unicode.org" language: c++ +primary_contact: "nrunge@google.com" auto_ccs: - icu-security@unicode.org - andy.heninger@gmail.com @@ -9,9 +10,10 @@ auto_ccs: - srl295@gmail.com - nrunge@google.com - ftang@google.com + - elango@unicode.org sanitizers: - address # Disabled MSAN because of https://github.com/google/oss-fuzz/issues/6294 # - memory -main_repo: 'https://github.com/unicode-org/icu.git' \ No newline at end of file +main_repo: 'https://github.com/unicode-org/icu.git'