From 3c7a85361e969e7ce4d31dfc376bef9e2888c66b Mon Sep 17 00:00:00 2001 From: kevbodavidson Date: Wed, 24 Apr 2019 17:19:47 -0400 Subject: [PATCH 1/3] Update config.js.sample --- config/config.js.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.js.sample b/config/config.js.sample index 6e419e59..195adebc 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -45,8 +45,7 @@ var config = { calendars: [ { symbol: "calendar-check", - url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" - } + url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" } ] } }, From 20b75ce6edd7eb515aede883e6f4522e6a2bc680 Mon Sep 17 00:00:00 2001 From: kevbodavidson Date: Wed, 24 Apr 2019 17:19:47 -0400 Subject: [PATCH 2/3] Update config.js.sample --- config/config.js.sample | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/config/config.js.sample b/config/config.js.sample index 6e419e59..195adebc 100644 --- a/config/config.js.sample +++ b/config/config.js.sample @@ -45,8 +45,7 @@ var config = { calendars: [ { symbol: "calendar-check", - url: "webcal://www.calendarlabs.com/templates/ical/US-Holidays.ics" - } + url: "webcal://www.calendarlabs.com/ical-calendar/ics/76/US_Holidays.ics" } ] } }, From bcfbccae592b958be048b2ae86de3a2204ebd2ae Mon Sep 17 00:00:00 2001 From: Michael Teeuw Date: Tue, 7 May 2019 20:06:03 +0200 Subject: [PATCH 3/3] Update changelog. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 134dc4c5..3f0bd151 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,6 +18,7 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Updated - English translation for "Feels" to "Feels like" +- Fixed the example calender url in `config.js.sample` ### Fixed - Handle SIGTERM messages