diff --git a/img/ircd-48px.png b/img/ircd-48px.png
new file mode 100644
index 0000000..27e6198
Binary files /dev/null and b/img/ircd-48px.png differ
diff --git a/img/pto-48px.png b/img/pto-48px.png
deleted file mode 100644
index dc96030..0000000
Binary files a/img/pto-48px.png and /dev/null differ
diff --git a/src/components/HomePage.js b/src/components/HomePage.js
index b0b94a5..1277903 100644
--- a/src/components/HomePage.js
+++ b/src/components/HomePage.js
@@ -111,16 +111,14 @@ var unlinkable_clients = [
comments: "Matrix client for Gnu Emacs",
},
{
- name: "PTO (Perpetually Talking Online)",
- logo: "img/pto-48px.png",
- author: "Torrie Fischer",
- homepage: "https://pto.im",
- //room_url(alias) { return "irc://irc.matrix.org/" + alias },
+ name: "Matrix IRCd",
+ logo: "img/ircd-48px.png",
+ author: "matrix.org",
+ homepage: "https://github.com/matrix-org/matrix-ircd",
room_instructions(alias) { return Type /join { alias }
},
- user_instructions(userId) { return Type /invite { userId }
},
maturity: "Alpha",
comments: "Access any room anywhere in Matrix via good old IRC!",
- },
+ }
];
export default React.createClass({