From 5d32b2a01a4555d2fa0eadf8bbf42d4faee67db0 Mon Sep 17 00:00:00 2001 From: rami3l Date: Tue, 26 Sep 2023 09:58:34 +0800 Subject: [PATCH] Add djc to wg-rustup --- people/djc.toml | 5 +++++ teams/rustup.toml | 1 + 2 files changed, 6 insertions(+) create mode 100644 people/djc.toml diff --git a/people/djc.toml b/people/djc.toml new file mode 100644 index 000000000..ed9744d06 --- /dev/null +++ b/people/djc.toml @@ -0,0 +1,5 @@ +name = 'Dirkjan Ochtman' +github = 'djc' +github-id = 158471 +email = 'dirkjan@ochtman.nl' +zulip-id = 226095 diff --git a/teams/rustup.toml b/teams/rustup.toml index adb561a83..7448b82f6 100644 --- a/teams/rustup.toml +++ b/teams/rustup.toml @@ -7,6 +7,7 @@ leads = [ ] members = [ "rbtcollins", + "djc", ] alumni = [ "nrc",