From ad964a32c8a8c0bb821f8b8d0c73b2d95a9cb529 Mon Sep 17 00:00:00 2001 From: Christoph Knittel Date: Tue, 20 Jan 2026 16:52:38 +0100 Subject: [PATCH] Add @nojaf to maintainers list --- package.json | 1 + packages/@rescript/darwin-arm64/package.json | 1 + packages/@rescript/darwin-x64/package.json | 1 + packages/@rescript/linux-arm64/package.json | 1 + packages/@rescript/linux-x64/package.json | 1 + packages/@rescript/runtime/package.json | 1 + packages/@rescript/win32-x64/package.json | 1 + tests/dependencies/rescript-react/package.json | 1 + yarn.config.cjs | 1 + 9 files changed, 9 insertions(+) diff --git a/package.json b/package.json index 9b66d21fdc..a686145192 100644 --- a/package.json +++ b/package.json @@ -26,6 +26,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/darwin-arm64/package.json b/packages/@rescript/darwin-arm64/package.json index 3b2cf1a1e0..556e75ee6e 100644 --- a/packages/@rescript/darwin-arm64/package.json +++ b/packages/@rescript/darwin-arm64/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/darwin-x64/package.json b/packages/@rescript/darwin-x64/package.json index 06e9f65d80..a79b0673dc 100644 --- a/packages/@rescript/darwin-x64/package.json +++ b/packages/@rescript/darwin-x64/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/linux-arm64/package.json b/packages/@rescript/linux-arm64/package.json index 2a7e7be2d3..2c8e579de3 100644 --- a/packages/@rescript/linux-arm64/package.json +++ b/packages/@rescript/linux-arm64/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/linux-x64/package.json b/packages/@rescript/linux-x64/package.json index 3049f2086f..919fd32227 100644 --- a/packages/@rescript/linux-x64/package.json +++ b/packages/@rescript/linux-x64/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/runtime/package.json b/packages/@rescript/runtime/package.json index 53ad157af4..d7a4f89495 100644 --- a/packages/@rescript/runtime/package.json +++ b/packages/@rescript/runtime/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/packages/@rescript/win32-x64/package.json b/packages/@rescript/win32-x64/package.json index b0f73b5296..3e21a9923f 100644 --- a/packages/@rescript/win32-x64/package.json +++ b/packages/@rescript/win32-x64/package.json @@ -18,6 +18,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/tests/dependencies/rescript-react/package.json b/tests/dependencies/rescript-react/package.json index 29d1472e4d..1f63ccf79f 100644 --- a/tests/dependencies/rescript-react/package.json +++ b/tests/dependencies/rescript-react/package.json @@ -17,6 +17,7 @@ "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)", diff --git a/yarn.config.cjs b/yarn.config.cjs index b7ae38aeab..93c9a89112 100644 --- a/yarn.config.cjs +++ b/yarn.config.cjs @@ -35,6 +35,7 @@ async function enforceCompilerMeta({ Yarn }) { "Cristiano Calcagno (https://github.com/cristianoc)", "Dmitry Zakharov (https://github.com/DZakh)", "Florian Hammerschmidt (https://github.com/fhammerschmidt)", + "Florian Verdonck (https://github.com/nojaf)", "Gabriel Nordeborn (https://github.com/zth)", "Hyeseong Kim (https://github.com/cometkim)", "Jaap Frolich (https://github.com/jfrolich)",