librecast: add ngi team

This commit is contained in:
Sizhe Zhao 2025-07-07 16:29:40 +08:00
parent 829db1ebd7
commit aef40445c1
No known key found for this signature in database
GPG Key ID: ED1807251A7DA08F

View File

@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: {
jasonodoom
jleightcap
];
teams = with lib.teams; [ ngi ];
platforms = lib.platforms.gnu;
};
})