From 79f93cfb5b2260561260e76501600e8fdae503fe Mon Sep 17 00:00:00 2001 From: Simon Sapin Date: Fri, 12 Jan 2018 15:05:39 +0100 Subject: [PATCH] The selectors crate has had many contributors --- components/selectors/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/selectors/Cargo.toml b/components/selectors/Cargo.toml index 303ed822e416..76c4552dd35d 100644 --- a/components/selectors/Cargo.toml +++ b/components/selectors/Cargo.toml @@ -2,7 +2,7 @@ name = "selectors" version = "0.19.0" # Not yet published -authors = ["Simon Sapin ", "Alan Jeffrey "] +authors = ["The Servo Project Developers"] documentation = "https://docs.rs/selectors/" description = "CSS Selectors matching for Rust"