From 7308bb68b364efca6f29ef63a6adae633694e32e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 29 Dec 2022 17:09:39 +0100 Subject: [PATCH] python310Packages.plexapi: add changelog to meta --- pkgs/development/python-modules/plexapi/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/plexapi/default.nix b/pkgs/development/python-modules/plexapi/default.nix index 286e6d941f2b..88f3fb89a81f 100644 --- a/pkgs/development/python-modules/plexapi/default.nix +++ b/pkgs/development/python-modules/plexapi/default.nix @@ -37,6 +37,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python bindings for the Plex API"; homepage = "https://github.com/pkkid/python-plexapi"; + changelog = "https://github.com/pkkid/python-plexapi/releases/tag/${version}"; license = licenses.bsd3; maintainers = with maintainers; [ colemickens ]; };