From ab3d231b1d06cadd9e84446a80921e6a1b254994 Mon Sep 17 00:00:00 2001 From: Ville Penttinen Date: Mon, 11 Feb 2019 08:55:35 +0200 Subject: Update authors field in Cargo.tomls to "rust-analyzer developers" This closes #777 --- crates/gen_lsp_server/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crates/gen_lsp_server/Cargo.toml') diff --git a/crates/gen_lsp_server/Cargo.toml b/crates/gen_lsp_server/Cargo.toml index 54a1d2901..fa63db446 100644 --- a/crates/gen_lsp_server/Cargo.toml +++ b/crates/gen_lsp_server/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "gen_lsp_server" version = "0.1.0" -authors = ["Aleksey Kladov "] +authors = ["rust-analyzer deverlopers"] repository = "https://github.com/rust-analyzer/rust-analyzer" license = "MIT OR Apache-2.0" description = "Generic LSP server scaffold." -- cgit v1.2.3