From 76710cb63b6db80975f1f29e4c9860f5b98c2158 Mon Sep 17 00:00:00 2001 From: Amolith Date: Thu, 7 Mar 2019 08:04:54 -0500 Subject: [PATCH] correct comm language in json file --- librehost.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librehost.json b/librehost.json index 316ab23..332eb30 100644 --- a/librehost.json +++ b/librehost.json @@ -7,7 +7,7 @@ "homeUrl" : "https://nixnet.xyz", "logo" : "https://nixnet.xyz/logo.png", "description": "My goal is to make the internet a safer and more private place by running libre software services and making them publicly available to anyone completely free of charge.", - "communicationLanguages": "en", + "communicationLanguages": ["en"], "contactUrl": "https://nixnet.xyz/contact", "privacyPolicyUrl" : "-", "termsOfServiceUrl" : "-",