Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 8e1ce48

Browse files
committed
Set Clippy authors to "The Rust Clippy Developers"
Clippy has grown enough, that putting specific people in the "authors" field is warranted anymore.
1 parent 2b781c9 commit 8e1ce48

File tree

6 files changed

+6
-24
lines changed

6 files changed

+6
-24
lines changed

Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
[package]
22
name = "clippy"
33
version = "0.1.52"
4-
authors = [
5-
"Manish Goregaokar <manishsmail@gmail.com>",
6-
"Andre Bogus <bogusandre@gmail.com>",
7-
"Georg Brandl <georg@python.org>",
8-
"Martin Carton <cartonmartin@gmail.com>",
9-
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10-
]
4+
authors = ["The Rust Clippy Developers"]
115
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
126
repository = "https://github.com/rust-lang/rust-clippy"
137
readme = "README.md"

clippy_dev/Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
[package]
22
name = "clippy_dev"
33
version = "0.0.1"
4-
authors = ["Philipp Hansch <dev@phansch.net>"]
4+
authors = ["The Rust Clippy Developers"]
55
edition = "2018"
66

7-
87
[dependencies]
98
bytecount = "0.6"
109
clap = "2.33"

clippy_dummy/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "clippy_dummy" # rename to clippy before publishing
33
version = "0.0.303"
4-
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
4+
authors = ["The Rust Clippy Developers"]
55
edition = "2018"
66
readme = "crates-readme.md"
77
description = "A bunch of helpful lints to avoid common pitfalls in Rust."

clippy_lints/Cargo.toml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,7 @@ name = "clippy_lints"
33
# begin automatic update
44
version = "0.1.52"
55
# end automatic update
6-
authors = [
7-
"Manish Goregaokar <manishsmail@gmail.com>",
8-
"Andre Bogus <bogusandre@gmail.com>",
9-
"Georg Brandl <georg@python.org>",
10-
"Martin Carton <cartonmartin@gmail.com>",
11-
]
6+
authors = ["The Rust Clippy Developers"]
127
description = "A bunch of helpful lints to avoid common pitfalls in Rust"
138
repository = "https://github.com/rust-lang/rust-clippy"
149
readme = "README.md"

mini-macro/Cargo.toml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,7 @@
11
[package]
22
name = "clippy-mini-macro-test"
33
version = "0.2.0"
4-
authors = [
5-
"Manish Goregaokar <manishsmail@gmail.com>",
6-
"Andre Bogus <bogusandre@gmail.com>",
7-
"Georg Brandl <georg@python.org>",
8-
"Martin Carton <cartonmartin@gmail.com>",
9-
"Oliver Schneider <clippy-iethah7aipeen8neex1a@oli-obk.de>"
10-
]
4+
authors = ["The Rust Clippy Developers"]
115
license = "MIT OR Apache-2.0"
126
description = "A macro to test clippy's procedural macro checks"
137
repository = "https://github.com/rust-lang/rust-clippy"

rustc_tools_util/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "rustc_tools_util"
33
version = "0.2.0"
4-
authors = ["Matthias Krüger <matthias.krueger@famsik.de>"]
4+
authors = ["The Rust Clippy Developers"]
55
description = "small helper to generate version information for git packages"
66
repository = "https://github.com/rust-lang/rust-clippy"
77
readme = "README.md"

0 commit comments

Comments
 (0)