From 4ff80907dafaea659122584b97b1ce4137f8c41e Mon Sep 17 00:00:00 2001 From: AIEN Date: Sat, 19 Sep 2026 21:30:21 -0500 Subject: [PATCH] fix(metadata): update package author to Drake Stapleton --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a683b5..d796920 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spark-debugger" version = "0.1.0" edition = "2021" -authors = ["AIEN Sovereign Systems & Contributors "] +authors = ["Drake Stapleton "] description = "Autonomous continuous watchdog, diagnostic debugger, and MCP server" license = "Apache-2.0 WITH LLVM-exception"