Skip to content

Commit

Permalink
chore(plugins/settings): update contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
PalmDevs committed Dec 31, 2024
1 parent b348697 commit 10063a0
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/plugins/settings/contributors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,12 @@ export default {
icon: 'https://github.com/oSumAtrIX.png',
roles: ['Project Manager', 'Android Development'],
},
{
name: 'Nexpid',
url: 'https://github.com/nexpid',
icon: 'https://github.com/nexpid.png',
roles: ['Developer'],
},
],
contributors: [
{
Expand All @@ -37,5 +43,11 @@ export default {
icon: 'https://github.com/puhbu.png',
roles: ['Early Android Tester'],
},
{
name: 'true1ann',
url: 'https://github.com/true1ann',
icon: 'https://github.com/true1ann.png',
roles: ['CI Contributor']
}
],
} as Record<'team' | 'contributors', Array<{ name: string; icon?: string; url?: string; roles: string[] }>>

0 comments on commit 10063a0

Please sign in to comment.