From 9792db5fc265243f3f78a1e42c1d463f08fddef3 Mon Sep 17 00:00:00 2001 From: Matthew Hodgson Date: Wed, 5 Oct 2016 13:12:28 +0100 Subject: [PATCH] nachat is quite usable => late alpha --- src/components/HomePage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 26189d2..be9b482 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -77,7 +77,7 @@ var unlinkable_clients = [ logo: "img/nachat.svg", author: "Benjamin Saunders", homepage: "https://github.com/Ralith/nachat", - maturity: "Alpha", + maturity: "Late alpha", room_instructions(alias) { return Type /join { alias } }, user_instructions(userId) { return Type /invite { userId } }, comments: "Qt5 and C++ cross-platform desktop Matrix client",