Unverified Commit 43aad2d1 authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

exabgp: add mainProgram (#398003)

parents cd13eb58 5c878330
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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