python310Packages.aiounifi: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-01-02 09:59:15 +01:00 committed by GitHub
parent ce82d2d926
commit 3775013053
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};