Unverified Commit badff910 authored by Austin Horstman's avatar Austin Horstman
Browse files

bicep: remove khaneliman maintainer

Don't work with it anymore.
parent d0d992d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };