Skip to content
Open
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
3 changes: 3 additions & 0 deletions people/graydon.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = 'Graydon Hoare'
github = 'graydon'
github-id = 14097
9 changes: 9 additions & 0 deletions teams/archive/initial-designer.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name = "initial-designer"
kind = "marker-team"

[people]
leads = []
members = []
alumni = [
"graydon",
]
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be shown on the website properly, this should have a website entry:

I'd suggest:

[website]
name = "Initial designer"
description = "Graydon Hoare envisioned and created Rust"
weight = 1000

The weight will put him into the first place on the archived teams page.