python310Packages.blinkpy: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-30 11:59:31 +01:00
parent 6356b18b6f
commit 2048901fe2
@@ -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 ];
};