From 16856d681ab9c993b8f037c55bdf7083341e3111 Mon Sep 17 00:00:00 2001 From: d3v1l0n Date: Wed, 25 Dec 2024 06:52:40 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix:=20remove=20developers=20wit?= =?UTF-8?q?h=200=20contribution?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/data/team.ts | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/src/data/team.ts b/src/data/team.ts index 612971ce..c823459d 100644 --- a/src/data/team.ts +++ b/src/data/team.ts @@ -1,17 +1,12 @@ export const teamMembers = [ { 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', }, { username: 'd3v1l0n', - role: 'Security Tools', + role: 'Co Maintainer & Tools Developer', description: 'Managing security tools integration and package maintenance', }, - { - username: 'alokified', - role: 'Project Lead', - description: 'Overseeing project direction and community engagement', - }, ]; \ No newline at end of file