Merge pull request #294335 from Samasaur1/prometheus-wireguard-exporter-fix

prometheus_wireguard_exporter: add meta.mainProgram
This commit is contained in:
Nick Cao 2024-03-09 16:21:12 -05:00 committed by GitHub
commit c49c26a53a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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