From cca9b4bbe0683715d146c07a671fb1320ce09697 Mon Sep 17 00:00:00 2001 From: Radek Pilar Date: Thu, 21 Jul 2022 19:52:05 +0000 Subject: [PATCH] Changed IRC network to libera, update spaceapi * Changed IRC to libera * Updated spaceapi json to be valid with versions 13 and 14 Co-authored-by: Radek Pilar --- spaceapi_template.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/spaceapi_template.json b/spaceapi_template.json index 2392582..8e43bc5 100644 --- a/spaceapi_template.json +++ b/spaceapi_template.json @@ -1,17 +1,22 @@ { "api": "0.13", + "api_compatibility": ["14"], "space": "Brmlab", "logo": "https://brmlab.cz/brmlab.png", "url": "https://brmlab.cz/", "location": { "address": "Pod Kapličkou 3149/18, 13000 Praha 3", - "lon": 50.08346, - "lat": 14.48032 + "lat": 50.08346, + "lon": 14.48032 }, "contact": { - "irc": "irc://freenode.net/#brmlab", + "irc": "irc://irc.libera.chat/#brmlab", "phone": "+420 608 801 582", "facebook": "https://www.facebook.com/brmlab", + "twitter": "https://twitter.com/brmlab", + "issue_mail": "rada@brmlab.cz", "ml": "brmlab@brmlab.cz" - } + }, + "issue_report_channels": ["issue_mail"], + "projects": [ "https://github.com/brmlab", "https://brmlab.cz/project/start" ] }