From 6777515547f302b4711cd72fec3a574c673ed7f9 Mon Sep 17 00:00:00 2001 From: Matthieu Fillon Date: Wed, 5 Aug 2026 11:25:40 +0200 Subject: [PATCH] Add Lyon Craft conference details --- conferences/lyon-craft.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 conferences/lyon-craft.json diff --git a/conferences/lyon-craft.json b/conferences/lyon-craft.json new file mode 100644 index 0000000..0daf5b7 --- /dev/null +++ b/conferences/lyon-craft.json @@ -0,0 +1,15 @@ +{ + "name": "Lyon Craft", + "url": "https://lyon-craft.fr/", + "code-of-conduct": "https://lyon-craft.fr/pages/regles.html", + "next-date": { + "start": "2026-05-12", + "end": "2026-05-13" + }, + "location": { + "coordinates": { + "lat": 45.747477, + "lng": 4.817970 + } + } +}