jackett: define meta.mainProgram (#348130)

This commit is contained in:
Pol Dellaiera
2024-10-13 09:47:37 +02:00
committed by GitHub
+1
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;