Skip to content

Commit 3c1312d

Browse files
authored
Merge pull request #526 from nikomatsakis/boats-to-alum-status
move boats to alumni status
2 parents 7d148b0 + 47276b2 commit 3c1312d

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

teams/lang.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ members = [
88
"nikomatsakis",
99
"pnkfelix",
1010
"scottmcm",
11-
"withoutboats",
1211
]
1312
alumni = [
1413
"Centril",
1514
"nrc",
15+
"withoutboats",
1616
]
1717

1818
[permissions]

teams/library-reviewers.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ members = [
1313
"Mark-Simulacrum",
1414
"sfackler",
1515
"shepmaster",
16-
"withoutboats",
1716
"workingjubilee",
1817
]
18+
alumni = [
19+
"withoutboats",
20+
]
1921

2022
[[github]]
2123
orgs = ["rust-lang", "rust-lang-nursery"]

teams/libs.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@ members = [
99
"SimonSapin",
1010
"dtolnay",
1111
"sfackler",
12-
"withoutboats",
1312
"m-ou-se",
1413
]
1514
alumni = [
1615
"LukasKalbertodt",
16+
"withoutboats",
1717
]
1818

1919
[[github]]

teams/project-const-generics.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ members = [
1010
"varkor",
1111
"davidtwco",
1212
"oli-obk",
13+
]
14+
alumni = [
1315
"withoutboats",
1416
]
1517

teams/wg-async-foundations.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,11 @@ members = [
1616
"nikomatsakis",
1717
"taiki-e",
1818
"tmandry",
19-
"withoutboats",
2019
"yoshuawuyts",
2120
]
21+
alumni = [
22+
"withoutboats",
23+
]
2224

2325
[[github]]
2426
orgs = ["rust-lang", "rust-lang-nursery"]

0 commit comments

Comments
 (0)