Skip to content

Commit 024e53a

Browse files
authored
feat: add tombeckenham ai maintainer and reorder some maintainers (#956)
1 parent 624e13b commit 024e53a

1 file changed

Lines changed: 41 additions & 31 deletions

File tree

src/libraries/maintainers.ts

Lines changed: 41 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -52,19 +52,6 @@ export const allMaintainers: Maintainer[] = [
5252
},
5353
workshopsAvailable: false,
5454
},
55-
{
56-
name: 'Brenley Dueck',
57-
avatar: 'https://github.com/brenelz.png',
58-
github: 'brenelz',
59-
maintainerOf: ['start', 'router'],
60-
frameworkExpertise: ['react', 'solid'],
61-
specialties: [],
62-
social: {
63-
twitter: 'https://x.com/brenelz',
64-
bluesky: 'https://bsky.app/profile/brenelz.com',
65-
website: 'https://brenelz.com',
66-
},
67-
},
6855
{
6956
name: 'Dominik Dorfmeister',
7057
isCoreMaintainer: true,
@@ -368,6 +355,24 @@ export const allMaintainers: Maintainer[] = [
368355
website: 'https://sarahgerrard.me',
369356
},
370357
},
358+
{
359+
name: 'Lachlan Collins',
360+
isCoreMaintainer: true,
361+
avatar: 'https://github.com/lachlancollins.png',
362+
github: 'lachlancollins',
363+
maintainerOf: ['config', 'query'],
364+
contributorOf: [
365+
'start',
366+
'router',
367+
'virtual',
368+
'table',
369+
'form',
370+
'db',
371+
'pacer',
372+
],
373+
frameworkExpertise: ['react', 'svelte'],
374+
specialties: ['Architecture'],
375+
},
371376
{
372377
name: 'Riccardo Perra',
373378
avatar:
@@ -383,6 +388,29 @@ export const allMaintainers: Maintainer[] = [
383388
website: 'https://riccardoperra.com',
384389
},
385390
},
391+
{
392+
name: 'Tom Beckenham',
393+
github: 'tombeckenham',
394+
avatar: 'https://github.com/tombeckenham.png',
395+
maintainerOf: ['ai'],
396+
frameworkExpertise: [],
397+
social: {
398+
twitter: 'https://x.com/tombeckenham',
399+
},
400+
},
401+
{
402+
name: 'Brenley Dueck',
403+
avatar: 'https://github.com/brenelz.png',
404+
github: 'brenelz',
405+
maintainerOf: ['start', 'router'],
406+
frameworkExpertise: ['react', 'solid'],
407+
specialties: [],
408+
social: {
409+
twitter: 'https://x.com/brenelz',
410+
bluesky: 'https://bsky.app/profile/brenelz.com',
411+
website: 'https://brenelz.com',
412+
},
413+
},
386414
{
387415
name: 'Brooke Holmes',
388416
avatar: 'https://github.com/brhx.png',
@@ -506,24 +534,6 @@ export const allMaintainers: Maintainer[] = [
506534
},
507535
workshopsAvailable: true,
508536
},
509-
{
510-
name: 'Lachlan Collins',
511-
isCoreMaintainer: true,
512-
avatar: 'https://github.com/lachlancollins.png',
513-
github: 'lachlancollins',
514-
maintainerOf: ['config', 'query'],
515-
contributorOf: [
516-
'start',
517-
'router',
518-
'virtual',
519-
'table',
520-
'form',
521-
'db',
522-
'pacer',
523-
],
524-
frameworkExpertise: ['react', 'svelte'],
525-
specialties: ['Architecture'],
526-
},
527537
{
528538
name: 'Nico Lynzaad',
529539
avatar: 'https://github.com/nlynzaad.png',

0 commit comments

Comments
 (0)