From 12900c0ebf76dd88d21c48b37ff2b22491465d2c Mon Sep 17 00:00:00 2001 From: Luc Georges Date: Wed, 26 Jun 2024 11:19:28 +0200 Subject: [PATCH] fix: author name --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7342743..324e4be 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ license = "MIT" description = "LSP-AI is an open-source language server that serves as a backend for AI-powered functionality, designed to assist and empower software engineers, not replace them." repository = "https://github.com/SilasMarvin/lsp-ai" readme = "README.md" -authors = ["Silvas Marvin <>"] +authors = ["Silas Marvin "] [profile.dev.package] # This speeds up `cargo xtask dist`.