diff options
author | hellekin <hellekin@cepheide.org> | 2018-11-11 19:46:16 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-11-11 19:46:16 +0100 |
commit | 6cc149b984297c690ff49f89a12b75b099a58719 (patch) | |
tree | d01a0f52eb072ca41ba2a281e12277e9c3899f1f /ps/librehost.json | |
parent | ec190a70f16e17112fcede71f93162790839e342 (diff) | |
download | lesoiseaux.io-6cc149b984297c690ff49f89a12b75b099a58719.tar.gz |
Fix communicationLanguages in librehoster.json
Diffstat (limited to 'ps/librehost.json')
-rw-r--r-- | ps/librehost.json | 40 |
1 files changed, 21 insertions, 19 deletions
diff --git a/ps/librehost.json b/ps/librehost.json index 6c6ea3c..8c35978 100644 --- a/ps/librehost.json +++ b/ps/librehost.json @@ -1,21 +1,23 @@ { - "@context" : "http://schema.org", - "@type" : "Organization", - "organizationType" : "Non-profit Association", - "name" : "Petites Singularités", - "tagLine" : "Awakening territories to life.", - "homeUrl" : "https://ps.lesoiseaux.io", - "logo" : "https://ps.lesoiseaux.io/assets/img/logo-ps.svg", - "description": "", - "communicationLanguages": ["en", "nl"], - "contactUrl": "https://ps.zoethical.com/about", - "privacyPolicyUrl" : "https://ps.zoethical.com/privacy", - "termsOfServiceUrl" : "https://ps.zoethical.com/tos", - "isServiceProvider" : true, - "foundingDate": "2017", - "version": "0.0.1", - "dateCreated": "2018-11-11T18:18:18Z", - "dateModified": "2018-11-11T18:18:18Z" + "@context": "http://schema.org", + "@type": "Organization", + "organizationType": "Non-profit Association", + "name": "Petites Singularités", + "tagLine": "Awakening territories to life.", + "homeUrl": "https://ps.lesoiseaux.io", + "logo": "https://ps.lesoiseaux.io/assets/img/logo-ps.svg", + "description": "", + "communicationLanguages": [ + "en", + "fr", + "es" + ], + "contactUrl": "https://ps.zoethical.com/about", + "privacyPolicyUrl": "https://ps.zoethical.com/privacy", + "termsOfServiceUrl": "https://ps.zoethical.com/tos", + "isServiceProvider": true, + "foundingDate": "2017", + "version": "0.0.1", + "dateCreated": "2018-11-11T18:18:18Z", + "dateModified": "2018-11-11T18:18:18Z" } - - |