From 3eeeb8b90026d847e2806a7eac0561dbcc5f491b Mon Sep 17 00:00:00 2001 From: Astro Date: Tue, 25 Apr 2023 02:43:11 +0200 Subject: [PATCH] ticker: add club-aquarium --- hosts/ticker/default.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/hosts/ticker/default.nix b/hosts/ticker/default.nix index dae6542f..5476d5d9 100644 --- a/hosts/ticker/default.nix +++ b/hosts/ticker/default.nix @@ -289,6 +289,10 @@ url = "https://www.jkpev.de/(/?:events)/(/?:category)/(/?:%5B/%5D&ical=1"; color = "#ff9500"; }; + club-aquarium = { + url = "https://www.club-aquarium.de/events/index.ics"; + color = "#3F7FFF"; + }; }; }; };