scion: add ngi team

This commit is contained in:
Sizhe Zhao 2025-07-05 15:10:19 +08:00
parent f99d15bc08
commit db39dd031d
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -52,5 +52,6 @@ buildGoModule (finalAttrs: {
sarcasticadmin sarcasticadmin
matthewcroughan matthewcroughan
]; ];
teams = with lib.teams; [ ngi ];
}; };
}) })