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 <mrkva@mrkva.eu>
This commit is contained in:
Radek Pilar 2022-07-21 19:52:05 +00:00 committed by GitHub
parent 079db13938
commit cca9b4bbe0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" ]
}