-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mastodon account moved to floss.social
Update @serebit's and my Mastodon account URLs. Remove Thomas as he is not a Solus team member anymore.
- Loading branch information
1 parent
68a2790
commit a9680fe
Showing
4 changed files
with
6 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ export const People: Record<string, Person> = { | |
}, | ||
{ | ||
icon: Mastodon, | ||
to: "https://fosstodon.org/@serebit", | ||
to: "https://floss.social/@serebit", | ||
type: WebsiteType.MASTODON, | ||
}, | ||
{ | ||
|
@@ -94,7 +94,7 @@ export const People: Record<string, Person> = { | |
}, | ||
{ | ||
icon: Mastodon, | ||
to: "https://fosstodon.org/@JoshStrobl", | ||
to: "https://joshuastrobl.social/@me", | ||
type: WebsiteType.MASTODON, | ||
}, | ||
{ | ||
|
@@ -104,24 +104,4 @@ export const People: Record<string, Person> = { | |
}, | ||
], | ||
}, | ||
ThomasStaudinger: { | ||
description: () => <Box>Solus team member</Box>, | ||
matrix: "@[email protected]", | ||
names: { | ||
first: "Thomas", | ||
last: "Staudinger", | ||
}, | ||
websites: [ | ||
{ | ||
icon: GitHubIcon, | ||
to: "https://github.com/Staudey", | ||
type: WebsiteType.GITHUB, | ||
}, | ||
{ | ||
icon: Mastodon, | ||
to: "https://fosstodon.org/@staudey", | ||
type: WebsiteType.MASTODON, | ||
}, | ||
], | ||
}, | ||
}; |