diff options
| author | flip1995 <philipp.krones@embecosm.com> | 2021-03-09 17:50:04 +0100 |
|---|---|---|
| committer | flip1995 <philipp.krones@embecosm.com> | 2021-03-09 17:50:04 +0100 |
| commit | 8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47 (patch) | |
| tree | 4eb904a7d1c9400acfefdf8b197dcdd7d1465dff /rustc_tools_util | |
| parent | 2b781c97b23fb0021a9672dfb5e4f2a4b247c91d (diff) | |
| download | rust-8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47.tar.gz rust-8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47.zip | |
Set Clippy authors to "The Rust Clippy Developers"
Clippy has grown enough, that putting specific people in the "authors" field is warranted anymore.
Diffstat (limited to 'rustc_tools_util')
| -rw-r--r-- | rustc_tools_util/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rustc_tools_util/Cargo.toml b/rustc_tools_util/Cargo.toml index 6f0fc5bee8f..2972bc6d51c 100644 --- a/rustc_tools_util/Cargo.toml +++ b/rustc_tools_util/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "rustc_tools_util" version = "0.2.0" -authors = ["Matthias Krüger <matthias.krueger@famsik.de>"] +authors = ["The Rust Clippy Developers"] description = "small helper to generate version information for git packages" repository = "https://github.com/rust-lang/rust-clippy" readme = "README.md" |
