From 03555ec40c86e0903a2b57706fed0b915d2f97af Mon Sep 17 00:00:00 2001 From: Alexis Opolka <53085471+alexis-opolka@users.noreply.github.com> Date: Mon, 7 Apr 2025 23:28:41 +0200 Subject: [PATCH] Update the crate authors Updated the authors of the crate to better reflect the current contribution sources and becoming a collaborator on the project. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 62d8df3..33b3d6f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "navi" version = "2.25.0-beta1" -authors = ["Denis Isidoro "] +authors = ["Denis Isidoro ", "Alexis Opolka "] edition = "2021" description = "An interactive cheatsheet tool for the command-line" homepage = "https://github.com/denisidoro/navi"