mirror of
https://github.com/Snigdha-OS/Snigdha-OS.github.io.git
synced 2025-09-06 20:55:18 +02:00
🐛 fix: remove developers with 0 contribution
This commit is contained in:
@@ -1,17 +1,12 @@
|
|||||||
export const teamMembers = [
|
export const teamMembers = [
|
||||||
{
|
{
|
||||||
username: 'eshanized', // Using placeholder usernames that exist on GitHub
|
username: 'eshanized', // Using placeholder usernames that exist on GitHub
|
||||||
role: 'Core Development',
|
role: 'Lead Developer & Maintainer',
|
||||||
description: 'Leading the development of Snigdha OS core system and architecture',
|
description: 'Leading the development of Snigdha OS core system and architecture',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
username: 'd3v1l0n',
|
username: 'd3v1l0n',
|
||||||
role: 'Security Tools',
|
role: 'Co Maintainer & Tools Developer',
|
||||||
description: 'Managing security tools integration and package maintenance',
|
description: 'Managing security tools integration and package maintenance',
|
||||||
},
|
},
|
||||||
{
|
|
||||||
username: 'alokified',
|
|
||||||
role: 'Project Lead',
|
|
||||||
description: 'Overseeing project direction and community engagement',
|
|
||||||
},
|
|
||||||
];
|
];
|
Reference in New Issue
Block a user