From f759a1e03a799cd79e7776251327aae406433d75 Mon Sep 17 00:00:00 2001 From: Ryan Gurnick Date: Fri, 26 Jan 2024 10:23:47 -0800 Subject: [PATCH] Update revolt repository url (#536) The current repository url is triggering an unmaintained repository error due to being pointed at a discussion repository without many changes. This proposed change would switch that to the self-hosted documentation which is updated more often. Preventing false positives on the unmaintained repository action. --- software/revolt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/software/revolt.yml b/software/revolt.yml index 023cacc887..a0c3afa2a6 100644 --- a/software/revolt.yml +++ b/software/revolt.yml @@ -7,7 +7,7 @@ platforms: - Rust tags: - Communication - Custom Communication Systems -source_code_url: https://github.com/revoltchat/revolt +source_code_url: https://github.com/revoltchat/self-hosted stargazers_count: 1954 updated_at: '2023-01-24' archived: false