We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4377f6c commit 9b74a3eCopy full SHA for 9b74a3e
1 file changed
src/libraries/maintainers.ts
@@ -123,9 +123,13 @@ export const allMaintainers: Maintainer[] = [
123
isCoreMaintainer: true,
124
avatar: 'https://github.com/chorobin.png',
125
github: 'chorobin',
126
- maintainerOf: ['router'],
+ maintainerOf: ['start', 'router'],
127
frameworkExpertise: ['react'],
128
specialties: ['TypeScript'],
129
+ social: {
130
+ twitter: 'https://x.com/c_horobin',
131
+ bluesky: 'https://bsky.app/profile/chorobin.bsky.social',
132
+ },
133
},
134
{
135
name: 'Damian Pieczynski',
0 commit comments