From 13207e991f7db5f8cdd5725ddbc95f48f65ed7b8 Mon Sep 17 00:00:00 2001 From: Aaron Raimist Date: Sat, 1 Oct 2016 22:51:54 -0500 Subject: [PATCH] Remove Tensor2 --- src/components/HomePage.js | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/src/components/HomePage.js b/src/components/HomePage.js index 7666b6c..948de02 100644 --- a/src/components/HomePage.js +++ b/src/components/HomePage.js @@ -72,16 +72,6 @@ var unlinkable_clients = [ user_instructions(userId) { return Type /invite { userId } }, 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 Type /join { alias } }, - user_instructions(userId) { return Type /invite { userId } }, - comments: "QML and C++ cross-platform desktop Matrix client", - }, { name: "PTO (Perpetually Talking Online)", logo: "img/pto-48px.png",