python310Packages.aioqsw: add changelog to meta

This commit is contained in:
Fabian Affolter
2022-12-12 11:04:13 +01:00
parent ae16a622a7
commit c70263ec3c
@@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to fetch data from QNAP QSW switches";
homepage = "https://github.com/Noltari/aioqsw";
changelog = "https://github.com/Noltari/aioqsw/releases/tag/${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};