python310Packages.pyunifiprotect: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-20 01:47:58 +01:00
parent 5608b9beb9
commit 07b8a2a0ea

View File

@ -94,6 +94,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for interacting with the Unifi Protect API";
homepage = "https://github.com/briis/pyunifiprotect";
changelog = "https://github.com/AngellusMortis/pyunifiprotect/releases/tag/v${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};