From c24261e8b170aaa0d5cc3041dd01827c27ad5abf Mon Sep 17 00:00:00 2001 From: Vijay A Date: Wed, 8 Feb 2023 22:39:08 +0530 Subject: fix #936: Rectify serviceUrls for known problematic services --- recipes/bitwarden/package.json | 4 ++-- recipes/cinny/package.json | 6 +++--- recipes/element/package.json | 4 ++-- 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 @@ { "id": "bitwarden", "name": "Bitwarden", - "version": "1.2.0", + "version": "1.2.1", "license": "MIT", "config": { - "serviceURL": "https://vault.bitwarden.com", + "serviceURL": "https://vault.bitwarden.com/", "hasCustomUrl": true } } 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 @@ { "id": "cinny", "name": "Cinny", - "version": "1.0.0", + "version": "1.0.1", "license": "MIT", "aliases": [ "Matrix" ], "config": { - "serviceURL": "https://app.cinny.in/", + "serviceURL": "https://app.cinny.in", "hasCustomUrl": true, - "message": "Cinny's default URL is https://app.cinny.in/", + "message": "Cinny's default URL is https://app.cinny.in", "hasNotificationSound": true, "hasDirectMessages": true, "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 @@ { "id": "element", "name": "Element", - "version": "1.3.3", + "version": "1.3.4", "license": "MIT", "aliases": [ "Riot.im", "Matrix" ], "config": { - "serviceURL": "https://app.element.io", + "serviceURL": "https://app.element.io/", "hasCustomUrl": true, "message": "Element's default URL is https://app.element.io/", "hasNotificationSound": true, -- cgit v1.2.3-54-g00ecf