theharvester: add mainProgram

This commit is contained in:
Fabian Affolter 2024-01-16 12:25:46 +01:00
parent 27804ebd4a
commit e62550bad0

View File

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