From 36ef03158f968cee21e4e1891a99c6b8627ffda0 Mon Sep 17 00:00:00 2001 From: llogiq Date: Thu, 20 Aug 2015 08:59:07 +0200 Subject: [PATCH] give credit where credit is due --- Cargo.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 8433ead92bdd..4b890fc7b065 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"