bicep: remove khaneliman maintainer

Don't work with it anymore.
This commit is contained in:
Austin Horstman 2025-05-08 14:41:02 -05:00
parent d0d992d748
commit badff910d2
No known key found for this signature in database

View file

@ -56,7 +56,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 = [ ];
teams = [ lib.teams.stridtech ];
mainProgram = "bicep";
};