Fix Yoga R-13 duration

The current date settings for the Yoga R-13 week goes until 31 December,
2022, resulting in this week lasting for over a year. This shows up on
the calendar for anyone subscribed to either the Yoga ICS calendar or
the overall combined calendar.

This corrects the end date to Friday the 31 December, 2021 when that
week ended.

Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
Change-Id: I28b43577e94b887e133f1cb954b7eb601788940e
This commit is contained in:
Sean McGinnis 2022-03-15 15:43:04 -05:00
parent 207c76f13a
commit 821771508c
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8

View File

@ -48,7 +48,7 @@ cycle:
- end: '2021-12-24'
name: R-14
start: '2021-12-20'
- end: '2022-12-31'
- end: '2021-12-31'
name: R-13
start: '2021-12-27'
- end: '2022-01-07'