From 49c717c79150953dc5c42b8e241423774576d803 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Sun, 15 Sep 2019 23:29:54 +0100 Subject: [PATCH] switch to weechat-matrix --- src/components/HomePage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 6fcefa4..aa5d629 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -46,8 +46,8 @@ var unlinkable_clients = [ { name: "Weechat", logo: "img/weechat-48px.png", - author: "Tor Hveem", - homepage: "https://github.com/torhve/weechat-matrix-protocol-script", + author: "Poljar", + homepage: "https://github.com/poljar/weechat-matrix", maturity: "Late beta", room_instructions(alias) { return Type /join { alias } }, user_instructions(userId) { return Type /invite { userId } },