Remove Tensor2

This commit is contained in:
Aaron Raimist 2016-10-01 22:51:54 -05:00
parent 946d602342
commit 13207e991f
No known key found for this signature in database
GPG key ID: 37419210002890EF

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",