From e7338d777be959efd16c1d0dd2c72c7ad78ac1e5 Mon Sep 17 00:00:00 2001 From: Pierre Martin Date: Mon, 24 Aug 2026 19:59:05 +0200 Subject: [PATCH] chore: update default email address to match the correct one --- extension/config.local.json.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extension/config.local.json.example b/extension/config.local.json.example index dc767b5..7b1788a 100644 --- a/extension/config.local.json.example +++ b/extension/config.local.json.example @@ -1,4 +1,4 @@ { "organisateur": "L'Atelier du Huit", - "email": "contact@atelier-huit.fr" + "email": "contact@latelierduhuit.com" }