From 1148a5c7cf437201a78ac483cdc90dfeafaddbeb Mon Sep 17 00:00:00 2001 From: Astro Date: Mon, 1 May 2023 19:32:19 +0200 Subject: [PATCH] ticker: add metaknoten --- hosts/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ticker/default.nix b/hosts/ticker/default.nix index 5476d5d9..8ac3f903 100644 --- a/hosts/ticker/default.nix +++ b/hosts/ticker/default.nix @@ -293,6 +293,10 @@ url = "https://www.club-aquarium.de/events/index.ics"; color = "#3F7FFF"; }; + metaknoten = { + url = "https://www.metaknoten.net/de/veranstaltungen.ics"; + color = "#040a25"; + }; }; }; };