mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 00:43:20 +00:00
jackett: define meta.mainProgram
This commit is contained in:
parent
9e447b4854
commit
56a27089c7
@ -43,6 +43,7 @@ buildDotnetModule rec {
|
|||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "API Support for your favorite torrent trackers";
|
description = "API Support for your favorite torrent trackers";
|
||||||
|
mainProgram = "jackett";
|
||||||
homepage = "https://github.com/Jackett/Jackett/";
|
homepage = "https://github.com/Jackett/Jackett/";
|
||||||
changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}";
|
changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}";
|
||||||
license = licenses.gpl2Only;
|
license = licenses.gpl2Only;
|
||||||
|
Loading…
Reference in New Issue
Block a user