radarr: add changelog
This commit is contained in:
parent
36a399fff8
commit
f5447ca65d
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ in stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A Usenet/BitTorrent movie downloader";
|
description = "A Usenet/BitTorrent movie downloader";
|
||||||
homepage = "https://radarr.video/";
|
homepage = "https://radarr.video/";
|
||||||
|
changelog = "https://github.com/Radarr/Radarr/releases/tag/v${version}";
|
||||||
license = licenses.gpl3Only;
|
license = licenses.gpl3Only;
|
||||||
maintainers = with maintainers; [ edwtjo purcell ];
|
maintainers = with maintainers; [ edwtjo purcell ];
|
||||||
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
platforms = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" ];
|
||||||
|
|
Loading…
Reference in a new issue