From 9b6cd5c81ce7e1a66b63d0b1c5aa16928a20068b Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Thu, 17 Nov 2016 09:05:37 +0000 Subject: [PATCH] chore: update "join us" email to join+etcher@resin.io (#873) Signed-off-by: Juan Cruz Viotti --- lib/gui/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gui/app.js b/lib/gui/app.js index 16068851..1f106920 100644 --- a/lib/gui/app.js +++ b/lib/gui/app.js @@ -73,7 +73,7 @@ app.run(() => { '\\____/ \\__\\___|_| |_|\\___|_|', '', 'Interested in joining the Etcher team?', - 'Drop us a line at jobs@resin.io' + 'Drop us a line at join+etcher@resin.io' ].join('\n')); });