Merge pull request #11 from aaronraimist/remove-tensor2

Remove Tensor2
This commit is contained in:
Matthew Hodgson 2016-10-02 11:19:32 +01:00 committed by GitHub
commit 763df6c9ee

View file

@ -72,16 +72,6 @@ var unlinkable_clients = [
user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> },
comments: "QML and JS cross-platform desktop Matrix client",
},
{
name: "Tensor2",
logo: "img/tensor-48px.png",
author: "David A Roberts",
homepage: "https://github.com/davidar/tensor2",
maturity: "Alpha",
room_instructions(alias) { return <span>Type <code>/join <b>{ alias }</b></code></span> },
user_instructions(userId) { return <span>Type <code>/invite <b>{ userId }</b></code></span> },
comments: "QML and C++ cross-platform desktop Matrix client",
},
{
name: "PTO (Perpetually Talking Online)",
logo: "img/pto-48px.png",