From 8c86eb33c34bc9b8ba7ace80dbe15ca4ad611499 Mon Sep 17 00:00:00 2001 From: Tim Ruffing Date: Tue, 7 May 2024 15:44:55 +0200 Subject: Reddit Chat: Fix URL The old URL just gives me "Not Found" --- recipes/reddit-chat/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/reddit-chat') diff --git a/recipes/reddit-chat/package.json b/recipes/reddit-chat/package.json index 64ba2f6..3b87601 100644 --- a/recipes/reddit-chat/package.json +++ b/recipes/reddit-chat/package.json @@ -1,9 +1,9 @@ { "id": "reddit-chat", "name": "Reddit Chat", - "version": "1.3.1", + "version": "1.3.2", "license": "MIT", "config": { - "serviceURL": "https://www.reddit.com/chat/" + "serviceURL": "https://chat.reddit.com/" } } -- cgit v1.2.3-54-g00ecf