From 49ce84fb16a4251eac465a51c506a3f5cc8f6a76 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 21 Jul 2022 14:54:01 -0700 Subject: [PATCH] [llvm] Use my commit email address instead of the corp one (#8052) I lost access to the Google account associated with my corporate e-mail address. Switch to using the one I use for contributing to LLVM, which I should've done from the beginning. --- projects/llvm/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/llvm/project.yaml b/projects/llvm/project.yaml index 41981cabf..28088e5ec 100644 --- a/projects/llvm/project.yaml +++ b/projects/llvm/project.yaml @@ -3,7 +3,7 @@ language: c++ primary_contact: "kcc@google.com" auto_ccs: - "mascasa@google.com" - - "jdevlieghere@apple.com" + - "jonas@devlieghere.com" - "vsk@apple.com" - "akilsrin@apple.com" - "llvm-bugs@lists.llvm.org"