update contact and add support for api version 14

This commit is contained in:
root 2022-12-30 01:55:49 +01:00
parent ab18afb2c8
commit fe29295a0e
1 changed files with 17 additions and 8 deletions

View File

@ -1,26 +1,26 @@
{
"api": "0.13",
"api_compatibility": [
"0.13",
"14"
],
"space": "Chaostreff Chemnitz",
"logo": "http://chaoschemnitz.de/chch_logo.png",
"url": "https://chaoschemnitz.de",
"location": {
"address": "Augustusburger Str. 102, 09126 Chemnitz, Germany",
"lon": 12.939537,
"lat": 50.830659
"lat": 50.830659,
"timezone": "Europe/Berlin"
},
"contact": {
"ml": "kontakt@chaoschemnitz.de",
"phone": "+49 37 1337 18088",
"irc": "irc://irc.hackint.eu/#ChaosChemnitz",
"facebook": "https://www.facebook.com/ChaosChemnitz",
"mastodon": "@chch@chaos.social",
"matrix": "#ChCh:matrix.org",
"twitter": "@ChaosChemnitz",
"issue_mail": "florz@florz.net"
},
"issue_report_channels": [
"ml",
"issue_mail"
],
"open": %%STATUS%%,
"state": {
"open": %%STATUS%%,
"lastchange": %%LASTCHANGE%%,
@ -36,5 +36,14 @@
"url": "http://chaoschemnitz.de/chch.ical"
}
},
"projects": [
"https://git.chch.it/",
"https://chaoschemnitz.de/Junghackertag",
"https://chaoschemnitz.de/Computertruhe"
],
"spacefed": {
"spacenet": false,
"spacesaml": false
},
"ext_ccc": "chaostreff"
}