python310Packages.asyncsleepiq: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-04-28 10:19:17 +02:00
parent b238b43e42
commit 45eb1b8c62

View file

@ -31,6 +31,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Async interface to SleepIQ API";
homepage = "https://github.com/kbickar/asyncsleepiq";
changelog = "https://github.com/kbickar/asyncsleepiq/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ dotlambda ];
};