shim-unsigned: add boot security team to maintainers

This commit is contained in:
Emily
2026-07-28 23:51:43 +01:00
parent f3b80ee197
commit 088c7d64cb

View File

@@ -74,5 +74,6 @@ stdenv.mkDerivation (finalAttrs: {
maintainers = with lib.maintainers; [
baloo
];
teams = [ lib.teams.boot-security ];
};
})