fix: spaceapi v15 compliance
Some checks failed
/ build (push) Failing after 38s
/ upload (push) Failing after 50s

This commit is contained in:
s3lph 2025-01-02 20:51:13 +01:00
parent 7294dbc66c
commit f2a77ec1b6
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5
2 changed files with 2 additions and 1 deletions

View file

@ -95,6 +95,7 @@ jinja_environment:
en: 'Every Wednesday from 19:00' en: 'Every Wednesday from 19:00'
web: 'https://odenwilusenz.ch/' web: 'https://odenwilusenz.ch/'
contact: {} contact: {}
spaceapi: https://spaceapi.odenwilusenz.ch/api.json
- name: 'Ruum42' - name: 'Ruum42'
address: 'Andreasstrasse 5<br/>9000 St. Gallen' address: 'Andreasstrasse 5<br/>9000 St. Gallen'

View file

@ -12,7 +12,7 @@
{%- for space in hackerspaces | selectattr('spaceapi') %} {%- for space in hackerspaces | selectattr('spaceapi') %}
{ {
"endpoint": "{{ space.spaceapi }}", "endpoint": "{{ space.spaceapi }}",
"website": "{{ space.website }}" "website": "{{ space.web }}"
}{% if not loop.last %},{% endif %} }{% if not loop.last %},{% endif %}
{%- endfor %} {%- endfor %}
] ]