Unverified Commit f6ec4230 authored by Pol Dellaiera's avatar Pol Dellaiera Committed by GitHub
Browse files

jackett: define meta.mainProgram (#348130)

parents 6bafb9f3 56a27089
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,6 +43,7 @@ buildDotnetModule rec {

  meta = with lib; {
    description = "API Support for your favorite torrent trackers";
    mainProgram = "jackett";
    homepage = "https://github.com/Jackett/Jackett/";
    changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}";
    license = licenses.gpl2Only;