aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2023-02-08 22:39:08 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2023-02-08 22:42:54 +0530
commitc24261e8b170aaa0d5cc3041dd01827c27ad5abf (patch)
treee01bf0fe3ba03655fa2a5d85455adebc9faa893a
parentadd dobaniashish as a contributor for code (#309) [skip ci] (diff)
downloadferdium-recipes-c24261e8b170aaa0d5cc3041dd01827c27ad5abf.tar.gz
ferdium-recipes-c24261e8b170aaa0d5cc3041dd01827c27ad5abf.tar.zst
ferdium-recipes-c24261e8b170aaa0d5cc3041dd01827c27ad5abf.zip
fix #936: Rectify serviceUrls for known problematic services
-rw-r--r--recipes/bitwarden/package.json4
-rw-r--r--recipes/cinny/package.json6
-rw-r--r--recipes/element/package.json4
3 files changed, 7 insertions, 7 deletions
diff --git a/recipes/bitwarden/package.json b/recipes/bitwarden/package.json
index 7972221..e27308b 100644
--- a/recipes/bitwarden/package.json
+++ b/recipes/bitwarden/package.json
@@ -1,10 +1,10 @@
1{ 1{
2 "id": "bitwarden", 2 "id": "bitwarden",
3 "name": "Bitwarden", 3 "name": "Bitwarden",
4 "version": "1.2.0", 4 "version": "1.2.1",
5 "license": "MIT", 5 "license": "MIT",
6 "config": { 6 "config": {
7 "serviceURL": "https://vault.bitwarden.com", 7 "serviceURL": "https://vault.bitwarden.com/",
8 "hasCustomUrl": true 8 "hasCustomUrl": true
9 } 9 }
10} 10}
diff --git a/recipes/cinny/package.json b/recipes/cinny/package.json
index 5250882..511d1f2 100644
--- a/recipes/cinny/package.json
+++ b/recipes/cinny/package.json
@@ -1,15 +1,15 @@
1{ 1{
2 "id": "cinny", 2 "id": "cinny",
3 "name": "Cinny", 3 "name": "Cinny",
4 "version": "1.0.0", 4 "version": "1.0.1",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "Matrix" 7 "Matrix"
8 ], 8 ],
9 "config": { 9 "config": {
10 "serviceURL": "https://app.cinny.in/", 10 "serviceURL": "https://app.cinny.in",
11 "hasCustomUrl": true, 11 "hasCustomUrl": true,
12 "message": "Cinny's default URL is https://app.cinny.in/", 12 "message": "Cinny's default URL is https://app.cinny.in",
13 "hasNotificationSound": true, 13 "hasNotificationSound": true,
14 "hasDirectMessages": true, 14 "hasDirectMessages": true,
15 "hasIndirectMessages": true 15 "hasIndirectMessages": true
diff --git a/recipes/element/package.json b/recipes/element/package.json
index 3564eef..982fb3c 100644
--- a/recipes/element/package.json
+++ b/recipes/element/package.json
@@ -1,14 +1,14 @@
1{ 1{
2 "id": "element", 2 "id": "element",
3 "name": "Element", 3 "name": "Element",
4 "version": "1.3.3", 4 "version": "1.3.4",
5 "license": "MIT", 5 "license": "MIT",
6 "aliases": [ 6 "aliases": [
7 "Riot.im", 7 "Riot.im",
8 "Matrix" 8 "Matrix"
9 ], 9 ],
10 "config": { 10 "config": {
11 "serviceURL": "https://app.element.io", 11 "serviceURL": "https://app.element.io/",
12 "hasCustomUrl": true, 12 "hasCustomUrl": true,
13 "message": "Element's default URL is https://app.element.io/", 13 "message": "Element's default URL is https://app.element.io/",
14 "hasNotificationSound": true, 14 "hasNotificationSound": true,