From 2236646a64f5d8c3beeca569af839b324f7542f5 Mon Sep 17 00:00:00 2001 From: Simon Aronsson Date: Thu, 31 Oct 2024 12:02:25 +0100 Subject: [PATCH] replace mattermost link with community matrix (#142) Signed-off-by: Simon Aronsson --- charm/config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charm/config.yaml b/charm/config.yaml index 5947424..1efb575 100644 --- a/charm/config.yaml +++ b/charm/config.yaml @@ -37,8 +37,8 @@ options: "category": "Social", "items": [ { - "name": "Mattermost", - "url": "https://chat.charmhub.io", + "name": "Ubuntu Matrix Community", + "url": "https://matrix.to/#/#community:ubuntu.com", "target": "_blank" }, { @@ -48,4 +48,4 @@ options: } ] } - ] \ No newline at end of file + ]