From 8ebae281b269150a0500078ee67fffbcdab04d8c Mon Sep 17 00:00:00 2001 From: Vladimir Kopso Date: Tue, 23 Oct 2018 14:25:37 +0200 Subject: [PATCH 1/2] Add GDCR Brno 2018 --- _data/events/Brno-GDCR-2017.json | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/_data/events/Brno-GDCR-2017.json b/_data/events/Brno-GDCR-2017.json index 3faaf9c7c..28d30d144 100644 --- a/_data/events/Brno-GDCR-2017.json +++ b/_data/events/Brno-GDCR-2017.json @@ -1,15 +1,18 @@ { - "title": "Global Day of CodeRetreat 2017 in Brno", - "url": "https://www.solarwindsmeetup.com/event/gdcr-2017/", - "moderators": ["Vladimir Kopso", "Jakub Fojtl", "Evzen Zelinka"], + "title": "GDCR.Brno.2018 ", + "url": "https://www.solarwindsmeetup.com/event/gdcr-2018/", + "moderators": [ + "Vladimir Kopso", + "Jakub Fojtl" + ], "location": { "city": "Brno", "country": "Czech Republic", "coordinates": { - "latitude": 49.1903765, - "longitude": 16.618112 + "latitude": 49.1810045, + "longitude": 16.6036102 }, "utcOffset": 2, - "timezone": "Europe/Vienna" + "timezone": "Europe/Prague" } } From bb7cdca2a8d8b82e76d014be3b219567e8cfd7c6 Mon Sep 17 00:00:00 2001 From: Vladimir Kopso Date: Tue, 23 Oct 2018 14:37:07 +0200 Subject: [PATCH 2/2] Rename Brno-GDCR-2017.json to Brno-GDCR-2018.json --- _data/events/{Brno-GDCR-2017.json => Brno-GDCR-2018.json} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename _data/events/{Brno-GDCR-2017.json => Brno-GDCR-2018.json} (100%) diff --git a/_data/events/Brno-GDCR-2017.json b/_data/events/Brno-GDCR-2018.json similarity index 100% rename from _data/events/Brno-GDCR-2017.json rename to _data/events/Brno-GDCR-2018.json