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/ra_syntax/Cargo.toml | 2 +- crates/ra_syntax/fuzz/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/ra_syntax') diff --git a/crates/ra_syntax/Cargo.toml b/crates/ra_syntax/Cargo.toml index 7c7a85a75..e58ee48f1 100644 --- a/crates/ra_syntax/Cargo.toml +++ b/crates/ra_syntax/Cargo.toml @@ -2,7 +2,7 @@ edition = "2018" name = "ra_syntax" version = "0.1.0" -authors = ["Aleksey Kladov "] +authors = ["rust-analyzer deverlopers"] license = "MIT OR Apache-2.0" description = "Comment and whitespace preserving parser for the Rust langauge" repository = "https://github.com/rust-analyzer/rust-analyzer" diff --git a/crates/ra_syntax/fuzz/Cargo.toml b/crates/ra_syntax/fuzz/Cargo.toml index 65ded6a21..535f9e78c 100644 --- a/crates/ra_syntax/fuzz/Cargo.toml +++ b/crates/ra_syntax/fuzz/Cargo.toml @@ -2,7 +2,7 @@ [package] name = "ra_syntax-fuzz" version = "0.0.1" -authors = ["Automatically generated"] +authors = ["rust-analyzer deverlopers"] publish = false [package.metadata] -- cgit v1.2.3