Rename tutorial bot to zulip.com domain.

(imported from commit e91ff584f565d76b52577194e3d263232e1a0e46)
This commit is contained in:
Tim Abbott
2013-07-24 14:17:08 -04:00
parent 083b0408da
commit c81f2b2b97
2 changed files with 2 additions and 2 deletions

View File

@@ -196,7 +196,7 @@ class Command(BaseCommand):
("Zulip New User Bot", "humbug+signups@humbughq.com"),
("Zulip Error Bot", "humbug+errors@humbughq.com"),
("Zulip Notification Bot", "humbug+notifications@humbughq.com"),
("Zulip Tutorial Bot", "humbug+tutorial@humbughq.com"),
("Zulip Tutorial Bot", "tutorial-bot@zulip.com"),
]
create_users(realms, hardcoded_humbug_users_nosubs)