diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 948de02..98e7c80 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -90,6 +90,16 @@ var unlinkable_clients = [ homepage: "http://fort.kickass.systems:10082/cgit/personal/rrix/pub/matrix.el.git/", maturity: "Alpha", comments: "Matrix client for Gnu Emacs", + }, + { + name: "NaChat", + logo: "", + author: "Benjamin Saunders", + homepage: "https://github.com/Ralith/nachat", + maturity: "Alpha", + room_instructions(alias) { return Type /join { alias } }, + user_instructions(userId) { return Type /invite { userId } }, + comments: "Qt5 and C++ cross-platform desktop Matrix client", } ];