From bef8ef2f42190086baf2e3b0e6cf5f1f519ad7ba Mon Sep 17 00:00:00 2001
From: Niamh Nikali <niamh@elixxir.io>
Date: Thu, 13 Feb 2020 15:25:17 -0800
Subject: [PATCH] Fix incorrect demo nickname

---
 user/user.go | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/user/user.go b/user/user.go
index 6f0e56b76..209f039c9 100644
--- a/user/user.go
+++ b/user/user.go
@@ -19,7 +19,7 @@ var Users Registry
 const NumDemoUsers = 40
 
 var DemoUserNicks = []string{"David", "Payments", "UDB", "Jim", "Ben", "Steph",
-	"Rick", "Jake", "Spencer", "Stephanie", "Mario", "Jono", "Amanda",
+	"Rick", "Jake", "Niamh", "Stephanie", "Mario", "Jono", "Amanda",
 	"Margaux", "Kevin", "Bruno", "Konstantino", "Bernardo", "Tigran",
 	"Kate", "Will", "Katie", "Bryan"}
 var DemoChannelNames = []string{"#General", "#Engineering", "#Lunch",
-- 
GitLab