Skip to content

Commit

Permalink
supybot: spaceapi: fix calendar URL
Browse files Browse the repository at this point in the history
  • Loading branch information
rohieb committed Dec 1, 2023
1 parent ed4101f commit de87910
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/supybot/plugins/StratumMonitor/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ class StratumMonitor(callbacks.Plugin):
},\r
"calendar": {\r
"type": "ical",\r
"url": "https://stratum0.org/kalendar/events.ics"\r
"url": "https://stratum0.org/kalender/events.ics"\r
}\r
}\r
}\r
Expand Down

0 comments on commit de87910

Please sign in to comment.