python310Packages.aiounifi: add changelog to meta
This commit is contained in:
parent
ce82d2d926
commit
3775013053
1 changed files with 2 additions and 0 deletions
|
@ -13,6 +13,7 @@
|
|||
buildPythonPackage rec {
|
||||
pname = "aiounifi";
|
||||
version = "43";
|
||||
format = "setuptools";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
|
||||
|
@ -46,6 +47,7 @@ buildPythonPackage rec {
|
|||
meta = with lib; {
|
||||
description = "Python library for communicating with Unifi Controller API";
|
||||
homepage = "https://github.com/Kane610/aiounifi";
|
||||
changelog = "https://github.com/Kane610/aiounifi/releases/tag/v${version}";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ peterhoeg ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue