From 22fbe14bde8b475b4168706c054826670b589e96 Mon Sep 17 00:00:00 2001 From: Google AutoFuzz Team Date: Thu, 18 Feb 2021 16:06:54 +0100 Subject: [PATCH] Change the primary_contact for bs4 (#5212) As requested privately by Leonard --- projects/bs4/project.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/bs4/project.yaml b/projects/bs4/project.yaml index b541b62e5..2081650db 100644 --- a/projects/bs4/project.yaml +++ b/projects/bs4/project.yaml @@ -1,7 +1,7 @@ homepage: "https://www.crummy.com/software/BeautifulSoup/" main_repo: "https://code.launchpad.net/~leonardr/beautifulsoup/bs4" language: python -primary_contact: "leonardr@segfault.org" +primary_contact: "leonard.richardson@gmail.com" auto_ccs: - "jvoisin@google.com" - "ipudney@google.com"