From c1622a265f79fcf5772e499d88a8ce1dd27ced6f Mon Sep 17 00:00:00 2001 From: pitchum Date: Sat, 16 May 2020 20:19:48 +0200 Subject: [PATCH] Fix server.name to do like the others. --- nodeinfo2/template-x-nodeinfo2.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodeinfo2/template-x-nodeinfo2.json b/nodeinfo2/template-x-nodeinfo2.json index 9c1e4fc..b6202f3 100644 --- a/nodeinfo2/template-x-nodeinfo2.json +++ b/nodeinfo2/template-x-nodeinfo2.json @@ -6,7 +6,7 @@ "contact": "https://www.chapril.org/contact.html" }, "server": { - "name": "Chapril's XMPP server", + "name": "chapril.org", "baseUrl": "https://chapril.org/", "software": "ejabberd", "version": "__EJABBERD_VERSION__"