From c1f33d68083031b70f10240f8977131b565184c8 Mon Sep 17 00:00:00 2001 From: Keith Simmons Date: Sat, 18 Sep 2021 12:16:36 -0700 Subject: [PATCH] Add neovide to description --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e97c34e..f1d5b94 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.8.0" authors = ["keith "] edition = "2018" build = "build.rs" -description = "No Nonsense Neovim Gui" +description = "Neovide: No Nonsense Neovim Gui" repository = "https://github.com/neovide/neovide" resolver = "2"