Unverified Commit 8e43904b authored by Austin Horstman's avatar Austin Horstman Committed by GitHub
Browse files

bicep: remove khaneliman maintainer (#405341)

parents dbe58299 badff910
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";
  };