From fa3c03bb6d5f98aff68b01e0026d471803506291 Mon Sep 17 00:00:00 2001 From: Alexandre Cuva Date: Sat, 1 Jun 2019 20:50:50 +0200 Subject: [PATCH 1/2] create Geneva Community --- communities/geneva.json | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 communities/geneva.json diff --git a/communities/geneva.json b/communities/geneva.json new file mode 100644 index 0000000..6be1810 --- /dev/null +++ b/communities/geneva.json @@ -0,0 +1,8 @@ +{ + "name": "Geneva Software Craftsmanship", + "url": "https://www.meetup.com/Geneva-software-Craftsmanship/", + "location": { + "city": "Geneva, Switzerland", + "coordinates": [6.134535023088887,46.18875082860038] + } +} From 512d424bb062f948071c453619094b08d27a5f4d Mon Sep 17 00:00:00 2001 From: Alexandre Cuva Date: Fri, 23 Apr 2021 13:34:27 +0200 Subject: [PATCH 2/2] Update Geneva community and add Romandie and Da Nang --- communities/danang.json | 10 ++++++++++ communities/geneva.json | 2 +- communities/romandie.json | 10 ++++++++++ 3 files changed, 21 insertions(+), 1 deletion(-) create mode 100644 communities/danang.json create mode 100644 communities/romandie.json diff --git a/communities/danang.json b/communities/danang.json new file mode 100644 index 0000000..7044ef0 --- /dev/null +++ b/communities/danang.json @@ -0,0 +1,10 @@ +{ + "name": "Da Nang Agile Development Community - Da Nang", + "url": "https://www.facebook.com/groups/JavaDaNang/", + "location": { + "city": "Da Nang, Vietnam", + "coordinates": [108.22181486456259,16.066730619302746] + } +} + + diff --git a/communities/geneva.json b/communities/geneva.json index 6be1810..6d5697c 100644 --- a/communities/geneva.json +++ b/communities/geneva.json @@ -1,6 +1,6 @@ { "name": "Geneva Software Craftsmanship", - "url": "https://www.meetup.com/Geneva-software-Craftsmanship/", + "url": "https://www.meetup.com/Lausanne-Software-Craftsmanship-Meetup-Group/", "location": { "city": "Geneva, Switzerland", "coordinates": [6.134535023088887,46.18875082860038] diff --git a/communities/romandie.json b/communities/romandie.json new file mode 100644 index 0000000..eea71ea --- /dev/null +++ b/communities/romandie.json @@ -0,0 +1,10 @@ +{ + "name": "Romandie Software Craftsmanship", + "url": "https://www.meetup.com/Lausanne-Software-Craftsmanship-Meetup-Group/", + "location": { + "city": "Lausanne, Switzerland", + "coordinates": [6.636858279461364,46.521380207262666] + } +} + +