Skip to content

Commit d0a1d31

Browse files
committed
chore: add Brenley to maintainers
1 parent 9ee70aa commit d0a1d31

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -523,6 +523,19 @@ export const allMaintainers: Maintainer[] = [
523523
website: 'https://florianpellet.com',
524524
},
525525
},
526+
{
527+
name: 'Brenley Dueck',
528+
avatar: 'https://github.com/brenelz.png',
529+
github: 'brenelz',
530+
maintainerOf: ['start', 'router'],
531+
frameworkExpertise: ['react', 'solid'],
532+
specialties: [],
533+
social: {
534+
twitter: 'https://x.com/brenelz',
535+
bluesky: 'https://bsky.app/profile/brenelz.com',
536+
website: 'https://brenelz.com',
537+
},
538+
},
526539
]
527540

528541
export const coreMaintainers = allMaintainers.filter(

0 commit comments

Comments
 (0)