Loading pkgs/servers/jackett/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildDotnetModule rec { meta = with lib; { description = "API Support for your favorite torrent trackers"; homepage = "https://github.com/Jackett/Jackett/"; changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}"; license = licenses.gpl2Only; maintainers = with maintainers; [ edwtjo nyanloutre purcell ]; }; Loading pkgs/servers/radarr/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ in stdenv.mkDerivation rec { meta = with lib; { description = "A Usenet/BitTorrent movie downloader"; homepage = "https://radarr.video/"; changelog = "https://github.com/Radarr/Radarr/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ edwtjo purcell ]; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ]; Loading Loading
pkgs/servers/jackett/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -41,6 +41,7 @@ buildDotnetModule rec { meta = with lib; { description = "API Support for your favorite torrent trackers"; homepage = "https://github.com/Jackett/Jackett/"; changelog = "https://github.com/Jackett/Jackett/releases/tag/v${version}"; license = licenses.gpl2Only; maintainers = with maintainers; [ edwtjo nyanloutre purcell ]; }; Loading
pkgs/servers/radarr/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,7 @@ in stdenv.mkDerivation rec { meta = with lib; { description = "A Usenet/BitTorrent movie downloader"; homepage = "https://radarr.video/"; changelog = "https://github.com/Radarr/Radarr/releases/tag/v${version}"; license = licenses.gpl3Only; maintainers = with maintainers; [ edwtjo purcell ]; platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ]; Loading