jackett: add changelog

This commit is contained in:
Winter 2023-02-21 17:17:11 -05:00
parent 9f58b8fe3a
commit 36a399fff8

View file

@ -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 ];
};