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 fd367b7 commit 32e4a96Copy full SHA for 32e4a96
1 file changed
src/libraries/maintainers.ts
@@ -465,6 +465,18 @@ export const allMaintainers: Maintainer[] = [
465
},
466
workshopsAvailable: true,
467
468
+ {
469
+ name: 'Nico Lynzaad',
470
+ avatar: 'https://github.com/nlynzaad.png',
471
+ github: 'nlynzaad',
472
+ maintainerOf: ['router'],
473
+ frameworkExpertise: ['react'],
474
+ specialties: [],
475
+ social: {
476
+ twitter: 'https://twitter.com/NLynzaad',
477
+ },
478
+ workshopsAvailable: false,
479
480
]
481
482
export const coreMaintainers = allMaintainers.filter(
0 commit comments