linuxHeaders: add linux-kernel team to teams (#416205)

This commit is contained in:
K900
2025-06-13 09:20:42 +03:00
committed by GitHub
@@ -131,10 +131,11 @@ let
echo "${version}-default" > $out/include/config/kernel.release
'';
meta = with lib; {
meta = {
description = "Header files and scripts for Linux kernel";
license = licenses.gpl2Only;
platforms = platforms.linux;
license = lib.licenses.gpl2Only;
platforms = lib.platforms.linux;
teams = [ lib.teams.linux-kernel ];
};
};
in