From aef40445c1bc9fc4a4121879f7c70ce55782eb27 Mon Sep 17 00:00:00 2001 From: Sizhe Zhao Date: Mon, 7 Jul 2025 16:29:40 +0800 Subject: [PATCH] librecast: add ngi team --- pkgs/by-name/li/librecast/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/li/librecast/package.nix b/pkgs/by-name/li/librecast/package.nix index 1c652edb2757..09788ebe8f46 100644 --- a/pkgs/by-name/li/librecast/package.nix +++ b/pkgs/by-name/li/librecast/package.nix @@ -40,6 +40,7 @@ stdenv.mkDerivation (finalAttrs: { jasonodoom jleightcap ]; + teams = with lib.teams; [ ngi ]; platforms = lib.platforms.gnu; }; })