bicep: add stridtech team as maintainer

This commit is contained in:
superherointj 2024-07-09 18:12:57 -03:00 committed by Yaya
parent da16f157fe
commit 8652b890f3

View File

@ -43,7 +43,7 @@ buildDotnetModule rec {
homepage = "https://github.com/Azure/bicep/";
changelog = "https://github.com/Azure/bicep/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ khaneliman ];
maintainers = with lib.maintainers; [ khaneliman ] ++ lib.teams.stridtech.members;
mainProgram = "bicep";
};
}