prometheus-wireguard-exporter: add meta.mainProgram

This commit is contained in:
Sam 2024-03-08 10:42:27 -08:00
parent ae57bfa1e0
commit feb2406e1e
No known key found for this signature in database
GPG Key ID: 07C4B9795517E3B4

View File

@ -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";
};
}