aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/element
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 /recipes/element
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
Diffstat (limited to 'recipes/element')
-rw-r--r--recipes/element/package.json4
1 files changed, 2 insertions, 2 deletions
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,