diff --git a/hosts/ticker/default.nix b/hosts/ticker/default.nix index fa0aef0f..905a4450 100644 --- a/hosts/ticker/default.nix +++ b/hosts/ticker/default.nix @@ -129,10 +129,6 @@ url = "https://scrape.hq.c3d2.de/dhmd-veranstaltungen.ics"; color = "#E00728"; }; - ds22 = { - url = "https://talks.datenspuren.de/ds22/schedule/export/schedule.ics"; - color = "#40A940"; - }; medienkulturzentrum = { url = "https://scrape.hq.c3d2.de/mkz-programm.ics"; color = "#DF3FBF"; @@ -337,6 +333,14 @@ url = " https://neustadt-art-kollektiv.org/ics"; color = "#7F7F2F"; }; + lita23 = { + url = "https://talks.datenspuren.de/lita23/schedule/export/schedule.ics"; + color = "#BFDF2F"; + }; + ds23 = { + url = "https://talks.datenspuren.de/ds23/schedule/export/schedule.ics"; + color = "#DFDF2F"; + }; }; }; };