prometheus-wireguard-exporter: add meta.mainProgram

This commit is contained in:
Sam
2024-03-09 11:30:18 -08:00
parent ae57bfa1e0
commit feb2406e1e
@@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter";
license = licenses.mit;
maintainers = with maintainers; [ ma27 globin ];
mainProgram = "prometheus_wireguard_exporter";
};
}