python310Packages.plexapi: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-29 17:09:39 +01:00 committed by GitHub
parent c870b0d043
commit 7308bb68b3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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