Skip to content

Commit 50e3852

Browse files
camelidJoshua Nelson
authored and
Joshua Nelson
committed
Update author metadata
Added "The Rust Project Developers" to the end of the "author" field in the `Cargo.toml` metadata for each crate that makes up docs.rs.
1 parent bfa6ada commit 50e3852

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "cratesfyi"
33
version = "0.6.0"
4-
authors = ["Onur Aslan <[email protected]>"]
4+
authors = ["Onur Aslan <[email protected]>", "The Rust Project Developers"]
55
readme = "README.md"
66
license = "MIT"
77
repository = "https://github.com/rust-lang/docs.rs"

metadata/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "docsrs-metadata"
33
version = "0.1.0"
4-
authors = ["Joshua Nelson <[email protected]>"]
4+
authors = ["Joshua Nelson <[email protected]>", "The Rust Project Developers"]
55
edition = "2018"
66
license = "MIT"
77
repository = "https://github.com/rust-lang/docs.rs"

src/web/badge/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "badge"
33
version = "0.3.0"
44
description = "Simple badge generator"
5-
authors = ["Onur Aslan <[email protected]>", "Joshua Nelson <[email protected]>", "Chase Wilson <[email protected]>"]
5+
authors = ["Onur Aslan <[email protected]>", "Joshua Nelson <[email protected]>", "Chase Wilson <[email protected]>", "The Rust Project Developers"]
66
license-file = "LICENSE"
77
repository = "https://github.com/rust-lang/docs.rs"
88
documentation = "https://docs.rs/badge"

0 commit comments

Comments
 (0)