diff --git a/Cargo.toml b/Cargo.toml index 8433ead92bd..4b890fc7b06 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,8 @@ name = "clippy" version = "0.0.11" authors = [ "Manish Goregaokar ", - "Andre Bogus " + "Andre Bogus ", + "Georg Brandl " ] description = "A bunch of helpful lints to avoid common pitfalls in Rust" repository = "https://github.com/Manishearth/rust-clippy"