aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Malachi Gruenhagen <68450431+nurse-the-code@users.noreply.github.com>2022-02-16 06:45:40 -0500
committerLibravatar GitHub <noreply@github.com>2022-02-16 12:45:40 +0100
commit6412bc233ed279c36e636f4de07910bc8c3c97e9 (patch)
tree02bd7aa136096c05f57c5bd3089975484c67e034
parentdocs: add nurse-the-code as a contributor for code (#837) (diff)
downloadferdium-recipes-6412bc233ed279c36e636f4de07910bc8c3c97e9.tar.gz
ferdium-recipes-6412bc233ed279c36e636f4de07910bc8c3c97e9.tar.zst
ferdium-recipes-6412bc233ed279c36e636f4de07910bc8c3c97e9.zip
Fix Google Drive serviceURL (#824)
-rw-r--r--recipes/googledrive/package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/googledrive/package.json b/recipes/googledrive/package.json
index 97bc395..220d1ea 100644
--- a/recipes/googledrive/package.json
+++ b/recipes/googledrive/package.json
@@ -5,7 +5,7 @@
5 "repository": "https://github.com/BrianGilbert/franz-recipe-tawk", 5 "repository": "https://github.com/BrianGilbert/franz-recipe-tawk",
6 "license": "MIT", 6 "license": "MIT",
7 "config": { 7 "config": {
8 "serviceURL": "https://drive.google.com/", 8 "serviceURL": "https://drive.google.com/drive/my-drive",
9 "hasNotificationSound": true 9 "hasNotificationSound": true
10 } 10 }
11} 11}