python310Packages.blinkpy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-30 11:53:23 +01:00
parent b0e43748ef
commit 66b6fd2fd8

View File

@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python library for the Blink Camera system";
homepage = "https://github.com/fronzbot/blinkpy";
changelog = "https://github.com/fronzbot/blinkpy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};