Skip to content

Commit 6277b5c

Browse files
committed
Update team members
Signed-off-by: Evan Maddock <[email protected]>
1 parent 1f1be00 commit 6277b5c

File tree

2 files changed

+2
-65
lines changed

2 files changed

+2
-65
lines changed

src/data/people.tsx

-55
Original file line numberDiff line numberDiff line change
@@ -5,21 +5,6 @@ import LanguageIcon from "@mui/icons-material/Language";
55
import MastodonIcon from "@site/static/img/icons/mastodon.svg";
66

77
export const People: Record<string, Person> = {
8-
AlexanderVorobyev: {
9-
description: "",
10-
matrix: "@flabb:matrix.org",
11-
names: {
12-
first: "Alexander",
13-
last: "Vorobyev",
14-
},
15-
websites: [
16-
{
17-
icon: GitHubIcon,
18-
to: "https://github.com/aleksvor",
19-
type: WebsiteType.GITHUB,
20-
},
21-
],
22-
},
238
AlgentAlbrahimi: {
249
description: "",
2510
matrix: "@algent:matrix.org",
@@ -106,26 +91,6 @@ export const People: Record<string, Person> = {
10691
},
10792
],
10893
},
109-
IkeyDoherty: {
110-
description: "",
111-
matrix: "@ikeydoherty:matrix.org",
112-
names: {
113-
first: "Ikey",
114-
last: "Doherty",
115-
},
116-
websites: [
117-
{
118-
icon: GitHubIcon,
119-
to: "https://github.com/ikeycode",
120-
type: WebsiteType.GITHUB,
121-
},
122-
{
123-
icon: MastodonIcon,
124-
to: "https://fosstodon.org/@ikey",
125-
type: WebsiteType.MASTODON,
126-
},
127-
],
128-
},
12994
JoeyRiches: {
13095
description: "",
13196
matrix: "@joebonrichie:matrix.org",
@@ -171,26 +136,6 @@ export const People: Record<string, Person> = {
171136
},
172137
],
173138
},
174-
RuneMorling: {
175-
description: "",
176-
matrix: "@ermo:matrix.org",
177-
names: {
178-
first: "Rune",
179-
last: "Morling",
180-
},
181-
websites: [
182-
{
183-
icon: GitHubIcon,
184-
to: "https://github.com/ermo",
185-
type: WebsiteType.GITHUB,
186-
},
187-
{
188-
icon: MastodonIcon,
189-
to: "https://fosstodon.org/@ermo",
190-
type: WebsiteType.MASTODON,
191-
},
192-
],
193-
},
194139
SilkeHofstra: {
195140
description: "",
196141
matrix: "@silex:slxh.eu",

src/data/teams.ts

+2-10
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ export const Teams: Team[] = [
55
description:
66
"This team supports and enables everyone else to be able to do what needs to be done. They are also responsible for the high level decisions that chart the overall course of the project.",
77
members: [
8-
["RuneMorling", null],
98
["ReillyBrogan", null],
109
["JoeyRiches", null],
1110
["TraceyClark", null],
1211
["TroyHarvey", null],
13-
["IkeyDoherty", null],
1412
["DavidHarder", null],
1513
],
1614
name: "Admin Team",
@@ -23,24 +21,20 @@ export const Teams: Team[] = [
2321
["ReillyBrogan", "Plasma"],
2422
["EvanMaddock", "Budgie/XFCE"],
2523
["JoeyRiches", "GNOME"],
26-
["IkeyDoherty", "GNOME"],
27-
["RuneMorling", null],
28-
["AlexanderVorobyev", null],
2924
["SilkeHofstra", null],
30-
["TraceyClark", null],
25+
["TraceyClark", "Plasma"],
3126
["DavidHarder", null],
3227
["TroyHarvey", null],
3328
["AlgentAlbrahimi", null],
3429
["GavinZhao", null],
3530
["HansKelson", null],
36-
["Malfisya", null],
31+
["Malfisya", "GNOME"],
3732
],
3833
name: "Packaging Team",
3934
},
4035
{
4136
description: "This team writes and maintains software for Solus.",
4237
members: [
43-
["RuneMorling", null],
4438
["ReillyBrogan", null],
4539
["SilkeHofstra", null],
4640
["JoeyRiches", null],
@@ -52,10 +46,8 @@ export const Teams: Team[] = [
5246
description:
5347
"This team is responsible for ensuring that the Solus infrastructure and services are kept up to date and running smoothly.",
5448
members: [
55-
["RuneMorling", null],
5649
["ReillyBrogan", null],
5750
["SilkeHofstra", null],
58-
["IkeyDoherty", null],
5951
],
6052
name: "Infrastructure Team",
6153
},

0 commit comments

Comments
 (0)