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

Add new rust-embedded libs team, add sirhcel to rust-embedded Linux team #1155

Merged
merged 1 commit into from
Jan 3, 2024
Merged
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
Add new rust-embedded libs team, add sirhcel to rust-embedded Linux team
adamgreig committed Dec 28, 2023
commit b7405c0a941f75cf97439176b8b89c973cbcfd33
3 changes: 3 additions & 0 deletions people/sirhcel.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name = "Christian Meusel"
github = "sirhcel"
github-id = 8770800
20 changes: 20 additions & 0 deletions teams/wg-embedded-libs.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name = "wg-embedded-libs"
subteam-of = "wg-embedded"
kind = "working-group"

[people]
leads = []
members = [
"Dirbaio",
"newAM",
]
alumni = []

[website]
name = "Embedded libraries team"
description = "Develops and maintains libraries for embedded devices"

[[github]]
orgs = ["rust-embedded"]
team-name = "libs"

1 change: 1 addition & 0 deletions teams/wg-embedded-linux.toml
Original file line number Diff line number Diff line change
@@ -9,6 +9,7 @@ members = [
"nastevens",
"posborne",
"ryankurte",
"sirhcel",
]
alumni = []