Update zulipchat.com emails to zulip.com.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2020-06-08 14:02:08 -07:00
parent 5d775405d9
commit 1b23468375
2 changed files with 3 additions and 3 deletions

View File

@@ -24,7 +24,7 @@ sendFeedback.buttonLabel = 'Report Issue';
sendFeedback.loaderSuccessText = ''; sendFeedback.loaderSuccessText = '';
sendFeedback.useReporter('emailReporter', { sendFeedback.useReporter('emailReporter', {
email: 'support@zulipchat.com' email: 'support@zulip.com'
}); });
feedbackHolder.addEventListener('click', (event: Event) => { feedbackHolder.addEventListener('click', (event: Event) => {

View File

@@ -8,7 +8,7 @@
"copyright": "Kandra Labs, Inc.", "copyright": "Kandra Labs, Inc.",
"author": { "author": {
"name": "Kandra Labs, Inc.", "name": "Kandra Labs, Inc.",
"email": "support@zulipchat.com" "email": "support@zulip.com"
}, },
"repository": { "repository": {
"type": "git", "type": "git",
@@ -77,7 +77,7 @@
"AppImage", "AppImage",
"snap" "snap"
], ],
"maintainer": "Akash Nimare <akash@zulipchat.com>", "maintainer": "Akash Nimare <akash@zulip.com>",
"artifactName": "${productName}-${version}-${arch}.${ext}" "artifactName": "${productName}-${version}-${arch}.${ext}"
}, },
"deb": { "deb": {