From f3ca9a00b7ff587a02c8da77ee5bcfde84593d78 Mon Sep 17 00:00:00 2001 From: tomsweeneyredhat Date: Fri, 31 May 2024 17:29:37 -0400 Subject: [PATCH] Change cabal to the first Tues of Odd Months Due to the light attendance of the Podman Community Cabal meetings as of late. We have decided to move them to the first Tuesday of odd numbered months, so that way the first Tuesday of each month will now have either a Community or a Cabal meeting. Signed-off-by: tomsweeneyredhat --- static/data/community.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/data/community.ts b/static/data/community.ts index f6817a5a0..db8b155bb 100644 --- a/static/data/community.ts +++ b/static/data/community.ts @@ -73,7 +73,7 @@ const communityMeetings = { title: 'Podman Community Cabal', subtitle: 'The focus of the cabal meeting is the planning and discussion of possible future changes to Podman or the [related Containers projects](https://github.com/containers) and discussing any outstanding issues that might need solving.', - date: '**3rd Tuesday** every month', + date: '**1st Tuesday** of odd numbered months', timeZone: '11 AM US ET /5 PM CET', buttons: [ { text: 'Join Meeting', path: MEETING_URL },