From 54ecd84686e73d839b475b403c0c206fe7589451 Mon Sep 17 00:00:00 2001 From: Drake Date: Sat, 19 Sep 2026 21:30:46 -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 33a81d4..9428d00 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "spark-supervisor" version = "0.1.0" edition = "2021" -authors = ["AIEN Sovereign Systems & Contributors "] +authors = ["Drake Stapleton "] description = "Sovereign native process supervisor for SparkOS runtime services" license = "Apache-2.0 WITH LLVM-exception"