Skip to content

Commit 32e4a96

Browse files
authored
chore: Add Nico Lynzaad to router maintainers list (#699)
1 parent fd367b7 commit 32e4a96

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/libraries/maintainers.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,6 +465,18 @@ export const allMaintainers: Maintainer[] = [
465465
},
466466
workshopsAvailable: true,
467467
},
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+
},
468480
]
469481

470482
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)