From eb5bd2a2445829c9063b6ea475194f048ab18100 Mon Sep 17 00:00:00 2001 From: elipeter Date: Wed, 25 Jun 2025 03:50:27 +0200 Subject: [PATCH] fix: Update author email in Cargo.toml for consistency --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2ac638d0..7e23c85a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.1" edition = "2024" description = "A CLI security scanner for automating vulnerability checks" license = "MIT OR Apache-2.0" -authors = ["Eli Peter "] +authors = ["Eli Peter "] homepage = "https://github.com/ecpeter23/nyx" repository = "https://github.com/ecpeter23/nyx" documentation = "https://github.com/ecpeter23/nyx#readme"