From a03dfc98240f5819f44eb82e4f040a42c6521de2 Mon Sep 17 00:00:00 2001
From: Casper Van Gheluwe <3718739+caspervg@users.noreply.github.com>
Date: Mon, 2 Jun 2025 14:59:50 +0200
Subject: [PATCH] fix: Update project coordinator details
---
web/docusaurus.config.ts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/web/docusaurus.config.ts b/web/docusaurus.config.ts
index 8795a437..d1e88832 100644
--- a/web/docusaurus.config.ts
+++ b/web/docusaurus.config.ts
@@ -148,7 +148,7 @@ const config: Config = {
{
title: 'Contact',
items: [{
- html: `Coordinator: Lucie Kirstein, acatech`
+ html: `Coordinator: Christopher Newman, acatech`
}, {
html: `info@deployemds.eu`
}],