jackett: define meta.mainProgram

This commit is contained in:
Colin 2024-10-12 18:50:34 +00:00
parent 9e447b4854
commit 56a27089c7

View File

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