fix: Update author email in Cargo.toml for consistency

This commit is contained in:
elipeter 2025-06-25 03:50:27 +02:00
parent 0366f66b42
commit eb5bd2a244

View file

@ -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 <elicpeter@gmail.com>"]
authors = ["Eli Peter <ecpeter23@exmaple.com>"]
homepage = "https://github.com/ecpeter23/nyx"
repository = "https://github.com/ecpeter23/nyx"
documentation = "https://github.com/ecpeter23/nyx#readme"