mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-07-13 21:50:33 +03:00
jackett: define meta.mainProgram (#348130)
This commit is contained in:
commit
f6ec4230d7
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue