From c96a023f70b0db5d267ec34a0e64a60b089fde12 Mon Sep 17 00:00:00 2001 From: Arya K <73596856+gi-yt@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:03:36 +0530 Subject: [PATCH 1/2] Update Team.json --- src/lib/Team.json | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/lib/Team.json b/src/lib/Team.json index fb048e2..bf8a8dc 100644 --- a/src/lib/Team.json +++ b/src/lib/Team.json @@ -5,6 +5,16 @@ "position": "Web dev", "website": "https://akisblack.github.io/" }, + { + "name": "Arya", + "description": "Libre Software Enthusiast and ProjectSegfault SysAdmin", + "position": "Sysadmin", + "website": "https://aryak.vern.cc", + "matrix": "https://matrix.to/#/@aryak:projectsegfau.lt", + "git": "https://codeberg.org/aryak" + "email": "arya@projectsegfau.lt" + "pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/690DBA971F1AE9BBBBD94AC13A6EA2D0EE314EEF" + }, { "name": "Midou", "description": "A random person with an obsession to online cat pics, also happens to be the sysadmin of the project", From 3c7908b135827cf7d0a233154a252b6e6ef3c658 Mon Sep 17 00:00:00 2001 From: Arya K <73596856+gi-yt@users.noreply.github.com> Date: Fri, 30 Dec 2022 09:05:52 +0530 Subject: [PATCH 2/2] Forgot commas for Team.json --- src/lib/Team.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/lib/Team.json b/src/lib/Team.json index bf8a8dc..d288538 100644 --- a/src/lib/Team.json +++ b/src/lib/Team.json @@ -11,8 +11,8 @@ "position": "Sysadmin", "website": "https://aryak.vern.cc", "matrix": "https://matrix.to/#/@aryak:projectsegfau.lt", - "git": "https://codeberg.org/aryak" - "email": "arya@projectsegfau.lt" + "git": "https://codeberg.org/aryak", + "email": "arya@projectsegfau.lt", "pgp": "https://keys.openpgp.org/vks/v1/by-fingerprint/690DBA971F1AE9BBBBD94AC13A6EA2D0EE314EEF" }, {