bicep: add stridtech team as maintainer
This commit is contained in:
parent
da16f157fe
commit
8652b890f3
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user