Skip to content

Commit ce5f2a9

Browse files
authored
feat: add Nicolas Beaussart-Hatchuel as a router maintainer (#522)
1 parent 03b312b commit ce5f2a9

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/libraries/maintainers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -414,6 +414,19 @@ export const allMaintainers: Maintainer[] = [
414414
bluesky: 'https://bsky.app/profile/shrutikapoor08.bsky.social',
415415
},
416416
},
417+
{
418+
name: 'Nicolas Beaussart',
419+
avatar: 'https://github.com/beaussan.png',
420+
github: 'beaussan',
421+
maintainerOf: ['router'],
422+
frameworkExpertise: ['react'],
423+
specialties: ['Monorepo', 'Architecture', 'Typescript'],
424+
social: {
425+
twitter: 'https://x.com/beaussan',
426+
bluesky: 'https://bsky.app/profile/beaussan.io',
427+
website: 'https://beaussan.io/'
428+
},
429+
},
417430
]
418431

419432
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)