From bb2be6398b0424a1d9b925cf724a94b869570989 Mon Sep 17 00:00:00 2001 From: Will Anderson Date: Thu, 7 May 2026 10:19:27 -0500 Subject: [PATCH] fix: correct author email in manifest --- manifest.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifest.el b/manifest.el index bab13b2..e7960e4 100644 --- a/manifest.el +++ b/manifest.el @@ -1,7 +1,7 @@ package "neuron-landing" { version "1.0.0" description "Neuron marketing landing page server" - authors ["Will Anderson "] + authors ["Will Anderson "] edition "2026" }