ticker: update, add ddosug feed

This commit is contained in:
Astro 2021-11-11 16:33:31 +01:00
parent b936ec90c4
commit d916d4d7e0
2 changed files with 8 additions and 4 deletions

View File

@ -321,11 +321,11 @@
"ticker": {
"flake": false,
"locked": {
"lastModified": 1630774955,
"narHash": "sha256-+5Dh5xzruoc9urs3iTYR4/9cdxbpLSMAkgkKp05WDHg=",
"lastModified": 1636644013,
"narHash": "sha256-d+RNbFah9BdrHA6NttD9q2zbZVoDO6JhDcXKbfh7clQ=",
"ref": "master",
"rev": "30babcddc5fd762a8ce92d318923e604651c5f44",
"revCount": 80,
"rev": "b3e7dc2aa88bd7ee71f406146e0813d446b3ed93",
"revCount": 81,
"type": "git",
"url": "https://gitea.c3d2.de/astro/ticker.git"
},

View File

@ -129,5 +129,9 @@ with lib;
url = "https://scrape.hq.c3d2.de/mkz-programm.ics";
color = "#DF3FBF";
};
ddosug = {
url = "https://www.meetup.com/de-DE/ddos-usergroup/events/ical/";
color = "#001F3F";
};
};
}