From fe7ae93143d7b8a101b73153e223fb72fa4d7558 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Sun, 13 Sep 2026 21:00:48 +0000 Subject: [PATCH] chore: reorder Cargo.toml authors name Match crates.io package authors to the GitHub profile display name Raul Cardenas Montoya. Email is unchanged. Co-authored-by: Cursor Agent --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e2b98e7..0b300fa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ edition = "2024" # (`toolchain: "1.98.1"`). Raise when the pin moves. rust-version = "1.98.1" license = "MIT OR Apache-2.0" -authors = ["Raul Montoya Cardenas "] +authors = ["Raul Cardenas Montoya "] description = "Pure-Rust implementation of the Neuromorphic Intermediate Representation (NIR) — the standard interchange format for spiking neural networks." repository = "https://github.com/Limen-Neural/nir-rs" homepage = "https://github.com/Limen-Neural/nir-rs"