mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
prometheus-wireguard-exporter: add meta.mainProgram
This commit is contained in:
parent
ae57bfa1e0
commit
feb2406e1e
1 changed files with 1 additions and 0 deletions
|
@ -27,5 +27,6 @@ rustPlatform.buildRustPackage rec {
|
||||||
homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter";
|
homepage = "https://github.com/MindFlavor/prometheus_wireguard_exporter";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ ma27 globin ];
|
maintainers = with maintainers; [ ma27 globin ];
|
||||||
|
mainProgram = "prometheus_wireguard_exporter";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue