exabgp: add mainProgram

This commit is contained in:
Nico Felbinger 2025-04-11 22:17:26 +02:00
parent dad6408193
commit 5c8783307f
No known key found for this signature in database
GPG Key ID: 6E4C8C7087EFEEAE

View File

@ -41,6 +41,7 @@ python3.pkgs.buildPythonApplication rec {
homepage = "https://github.com/Exa-Networks/exabgp";
changelog = "https://github.com/Exa-Networks/exabgp/blob/${src.tag}/CHANGELOG.rst";
license = licenses.bsd3;
mainProgram = "exabgp";
maintainers = with maintainers; [
hexa
raitobezarius