about summary refs log tree commit diff
path: root/rustc_tools_util
diff options
context:
space:
mode:
authorflip1995 <philipp.krones@embecosm.com>2021-03-09 17:50:04 +0100
committerflip1995 <philipp.krones@embecosm.com>2021-03-09 17:50:04 +0100
commit8e1ce480b9d4a56e77a3c2f458dacd3c051f5f47 (patch)
tree4eb904a7d1c9400acfefdf8b197dcdd7d1465dff /rustc_tools_util
parent2b781c97b23fb0021a9672dfb5e4f2a4b247c91d (diff)
downloadrust-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.toml2
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"