Commit e62550ba authored by Fabian Affolter's avatar Fabian Affolter
Browse files

theharvester: add mainProgram

parent 27804ebd
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -75,5 +75,6 @@ python3.pkgs.buildPythonApplication rec {
    changelog = "https://github.com/laramies/theHarvester/releases/tag/${version}";
    license = licenses.gpl2Only;
    maintainers = with maintainers; [ c0bw3b fab treemo ];
    mainProgram = "theHarvester";
  };
}