mirror of
https://github.com/brmlab/brmdoor_libnfc.git
synced 2025-06-08 00:24:00 +02:00

* Changed IRC to libera * Updated spaceapi json to be valid with versions 13 and 14 Co-authored-by: Radek Pilar <mrkva@mrkva.eu>
22 lines
646 B
JSON
22 lines
646 B
JSON
{
|
|
"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",
|
|
"lat": 50.08346,
|
|
"lon": 14.48032
|
|
},
|
|
"contact": {
|
|
"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" ]
|
|
}
|