From 2128cd02b00d5d9fb6f5fe0af0738f020b1e9b45 Mon Sep 17 00:00:00 2001 From: Astro Date: Fri, 15 Jul 2022 18:47:37 +0200 Subject: [PATCH] ticker: add dresdenjs, cpp-ug --- hosts/containers/ticker/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/hosts/containers/ticker/default.nix b/hosts/containers/ticker/default.nix index 75bdc61f..f416c7a5 100644 --- a/hosts/containers/ticker/default.nix +++ b/hosts/containers/ticker/default.nix @@ -214,6 +214,14 @@ with lib; url = "https://tu-dresden.de/ing/informatik/sya/professur-fuer-betriebssysteme/die-professur/termine/echtzeit-ag/ics_view"; color = "#002557"; }; + dresdenjs = { + url = "https://www.meetup.com/de-DE/DresdenJS-io-JavaScript-User-Group/events/ical/"; + color = "#F65858"; + }; + cpp-ug = { + url = "https://www.meetup.com/de-DE/cpp-ug-dresden/events/ical/"; + color = "#FFCF9F"; + }; }; }; };