Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix inconsistencies that slipped through the cracks #267

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion teams/wg-async-foundations.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ members = [
orgs = ["rust-lang", "rust-lang-nursery"]

[website]
name = "Async Foundations working group"
name = "Async foundations working group"
description = "Pursuing core language and library support for async-await"
repo = "https://github.com/rust-lang/wg-async-foundations"
2 changes: 1 addition & 1 deletion teams/wg-cli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ members = [
[website]
page = "cli"
name = "Command-line interfaces (CLI) working group"
description = "Focusing on the end-to-end experience of writing terminal apps, both large and small, in Rust."
description = "Focusing on the end-to-end experience of writing terminal apps, both large and small, in Rust"

[[lists]]
address = "[email protected]"
Expand Down
2 changes: 1 addition & 1 deletion teams/wg-embedded.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ members = [
[website]
page = "embedded"
name = "Embedded devices working group"
description = "Focusing on improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms"
description = "Improving the end-to-end experience of using Rust in resource-constrained environments and non-traditional platforms"
repo = "https://github.com/rust-embedded/wg"

[[lists]]
Expand Down
2 changes: 1 addition & 1 deletion teams/wg-gamedev.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ members = [
[website]
page = "gamedev"
name = "Game development working group"
description = "Focusing on making Rust the default choice for game development."
description = "Working towards making Rust the default choice for game development"
repo = "https://github.com/rust-gamedev"
discord-invite = "https://discord.gg/sG23nSS"
discord-name = "#wg-gamedev"
Expand Down
2 changes: 1 addition & 1 deletion teams/wg-secure-code.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ members = [
]

[website]
name = "Secure Code working group"
name = "Secure code working group"
description = "Making it easy to write secure code in Rust"
repo = "https://github.com/rust-secure-code/wg"

Expand Down
2 changes: 1 addition & 1 deletion teams/wg-security-response.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ team-name = "security"
orgs = ["rust-lang"]

[website]
name = "Security Response WG"
name = "Security response working group"
description = "Triaging and responding to incoming vulnerability reports"
email = "[email protected]"
repo = "https://github.com/rust-lang/wg-security-response"
Expand Down
2 changes: 1 addition & 1 deletion teams/wg-wasm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ extra-people = [
[website]
page = "wasm"
name = "WebAssembly (WASM) working group"
description = "Improving on the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly"
description = "Improving the end-to-end experience of embedding Rust code in JS libraries and apps via WebAssembly"