Skip to content

Commit

Permalink
feat: add SIG-Rust
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Heiss <[email protected]>
  • Loading branch information
christoph-heiss committed May 5, 2024
1 parent 0373296 commit 2f7e573
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 0 deletions.
14 changes: 14 additions & 0 deletions memberships.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,18 @@ in
users.raf
];
}
{
sig = sigs.rust;
leaders = with users; [ ];
members = with users; [
aprl
austreelis
bbjubjub
c8h4
eri
evanrichter
jalil
liketechnik
];
}
]
7 changes: 7 additions & 0 deletions sigs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,11 @@
};
github = "sig-documentation";
};
rust = {
forum = {
owners = "sig_rs_owners";
name = "sig_rust";
};
github = "sig-rust";
};
}
8 changes: 8 additions & 0 deletions users.nix
Original file line number Diff line number Diff line change
Expand Up @@ -186,4 +186,12 @@
srestegosaurio = {
forum = "srestegosaurio";
};
austreelis = {
forum = "austreelis";
github = "Austreelis";
};
jalil = {
forum = "jalil";
github = "jalil-salame";
};
}

0 comments on commit 2f7e573

Please sign in to comment.