python310Packages.blinkpy: add changelog to meta
This commit is contained in:
parent
b0e43748ef
commit
66b6fd2fd8
1 changed files with 1 additions and 0 deletions
|
@ -52,6 +52,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Python library for the Blink Camera system";
|
description = "Python library for the Blink Camera system";
|
||||||
homepage = "https://github.com/fronzbot/blinkpy";
|
homepage = "https://github.com/fronzbot/blinkpy";
|
||||||
|
changelog = "https://github.com/fronzbot/blinkpy/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue