Skip to content

Commit daadaac

Browse files
committed
heimdall-proxy: fix mainProgram
1 parent ad0344b commit daadaac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/he/heimdall-proxy/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,6 @@ buildGo124Module {
3838
homepage = "https://dadrus.github.io/heimdall";
3939
license = lib.licenses.asl20;
4040
maintainers = with lib.maintainers; [ albertilagan ];
41-
mainProgram = "heimdall-proxy";
41+
mainProgram = "heimdall";
4242
};
4343
}

0 commit comments

Comments
 (0)