prometheus-squid-exporter: set mainProgram

This commit is contained in:
weriomat
2026-07-11 21:20:23 +02:00
parent 492b43f6f4
commit d3883d0870
@@ -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 ];
};