aboutsummaryrefslogtreecommitdiff
path: root/www/termine/2026-02-stadtteilfest-organisationstreffen.nix
blob: 70ba0288f9532ed6d357bc0d8ff66a50a2cd41e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{ config, ... }:
{
  title = "Stadtteilfest Organisationstreffen";
  date.start = "2026-02-10";
  time.start = "18:30";
  datetime-range-text = "Dienstag, 10.02.2026 ${config.time.start}";
  address = {
    name = "Treffpunkthaus Heimfeld";
    openstreetmap.node = 6549438363;
    text = ''
      Friedrich-Naumann-Straße 9-11
      21075 Hamburg
    '';
  };
  data = [
    {
      name = "Informationen und Ideen an";
      value = ''<a href="mailto:mail@stadtteilfest.org">mail@stadtteilfest.org</a>'';
    }
  ];
}