From 9435120b392dbf489117ef95ee696c63abce5419 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Mon, 22 Nov 2021 14:34:42 -0500 Subject: [PATCH] chore: fix contributor emails --- package.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index fdaf569..afcbee5 100644 --- a/package.json +++ b/package.json @@ -23,17 +23,17 @@ "contributors": [ { "name": "Andrew Rodrigues", - "email": "andrew@designcreateplay.com", + "email": "andrew@nodebb.org", "url": "https://github.com/psychobunny" }, { "name": "Julian Lam", - "email": "julian@designcreateplay.com", + "email": "julian@nodebb.org", "url": "https://github.com/julianlam" }, { "name": "Barış Soner Uşaklı", - "email": "baris@designcreateplay.com", + "email": "baris@nodebb.org", "url": "https://github.com/barisusakli" } ],