aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2022-07-04 17:51:01 +0100
committerLibravatar GitHub <noreply@github.com>2022-07-04 16:51:01 +0000
commit61e2e306994c4836cb02f3abf27661c04819fc94 (patch)
tree948d8c12fc2f9538f2f45a41940b7e759a0e8888 /recipes
parentdocs: add kishaningithub as a contributor for code [skip ci] (#102) (diff)
downloadferdium-recipes-61e2e306994c4836cb02f3abf27661c04819fc94.tar.gz
ferdium-recipes-61e2e306994c4836cb02f3abf27661c04819fc94.tar.zst
ferdium-recipes-61e2e306994c4836cb02f3abf27661c04819fc94.zip
Fix outlook issue by changing the service URL (#104)
Diffstat (limited to 'recipes')
-rw-r--r--recipes/office365-owa/package.json7
1 files changed, 4 insertions, 3 deletions
diff --git a/recipes/office365-owa/package.json b/recipes/office365-owa/package.json
index bcdb8ba..0bb42fc 100644
--- a/recipes/office365-owa/package.json
+++ b/recipes/office365-owa/package.json
@@ -1,13 +1,14 @@
1{ 1{
2 "id": "office365-owa", 2 "id": "office365-owa",
3 "name": "Office 365 Outlook", 3 "name": "Office 365 Outlook",
4 "version": "1.6.0", 4 "version": "1.6.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "live.com" 7 "live.com",
8 "outlook"
8 ], 9 ],
9 "config": { 10 "config": {
10 "serviceURL": "https://outlook.office365.com/mail/", 11 "serviceURL": "https://outlook.live.com/mail/",
11 "hasNotificationSound": true, 12 "hasNotificationSound": true,
12 "hasHostedOption": true, 13 "hasHostedOption": true,
13 "hasCustomUrl": true, 14 "hasCustomUrl": true,