Skip to content

Commit b1c46bd

Browse files
authored
feat: update author email in manifest files (#70)
1 parent 25a229c commit b1c46bd

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

zendesk_app/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Quivr",
33
"author": {
44
"name": "quivr",
5-
"email": "antoine@quivr.app",
5+
"email": "founders@quivr.app",
66
"url": "https://www.quivr.com"
77
},
88
"defaultLocale": "en",

zendesk_app/src/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Quivr",
33
"author": {
44
"name": "quivr",
5-
"email": "antoine@quivr.app",
5+
"email": "founders@quivr.app",
66
"url": "https://www.quivr.com"
77
},
88
"defaultLocale": "en",

0 commit comments

Comments
 (0)