From e92145d2fd5b05f2c378f006ee645f41a4d7dbdf Mon Sep 17 00:00:00 2001 From: Michel Weststrate Date: Fri, 6 Nov 2020 05:45:04 -0800 Subject: [PATCH] Removed ex-employees as PoC Summary: When creating the plugin overview (https://docs.google.com/spreadsheets/d/181jKpsUHO3q8I1G-bMcu-O7Hr3f4GCDVXKMVY2beOuQ/edit?usp=sharing) found some plugins with inactive points of contact Per title, having no PoC entry makes it more clear there is none, rather than having an ex-employee in there that can't be reached Reviewed By: nikoant Differential Revision: D24783043 fbshipit-source-id: a852f87f42350476558bc9fc67cb3ad427268a2f --- desktop/plugins/leak_canary/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/desktop/plugins/leak_canary/package.json b/desktop/plugins/leak_canary/package.json index 78a6aec6f..fee25a509 100644 --- a/desktop/plugins/leak_canary/package.json +++ b/desktop/plugins/leak_canary/package.json @@ -14,6 +14,6 @@ "icon": "bird", "title": "LeakCanary", "bugs": { - "email": "jhli@fb.com" + "email": "" } }