prometheus-squid-exporter: set mainProgram (#540299)

This commit is contained in:
Sarah Brofeldt
2026-07-16 06:56:26 +00:00
committed by GitHub
@@ -20,6 +20,7 @@ buildGoModule (finalAttrs: {
meta = {
description = "Squid Prometheus exporter";
homepage = "https://github.com/boynux/squid-exporter";
mainProgram = "squid-exporter";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ srhb ];
};