diff --git a/Cargo.toml b/Cargo.toml index 5bfe28eab..9ad230197 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cratesfyi" version = "0.6.0" -authors = ["Onur Aslan "] +authors = ["Onur Aslan ", "The Rust Project Developers"] readme = "README.md" license = "MIT" repository = "https://github.com/rust-lang/docs.rs" diff --git a/metadata/Cargo.toml b/metadata/Cargo.toml index 7a573ea4d..d158d65bc 100644 --- a/metadata/Cargo.toml +++ b/metadata/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "docsrs-metadata" version = "0.1.0" -authors = ["Joshua Nelson "] +authors = ["Joshua Nelson ", "The Rust Project Developers"] edition = "2018" license = "MIT" repository = "https://github.com/rust-lang/docs.rs" diff --git a/src/web/badge/Cargo.toml b/src/web/badge/Cargo.toml index 6a4ef0814..659d54870 100644 --- a/src/web/badge/Cargo.toml +++ b/src/web/badge/Cargo.toml @@ -2,7 +2,7 @@ name = "badge" version = "0.3.0" description = "Simple badge generator" -authors = ["Onur Aslan ", "Joshua Nelson ", "Chase Wilson "] +authors = ["Onur Aslan ", "Joshua Nelson ", "Chase Wilson ", "The Rust Project Developers"] license-file = "LICENSE" repository = "https://github.com/rust-lang/docs.rs" documentation = "https://docs.rs/badge"