python310Packages.aiomysensors: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-30 10:51:13 +02:00
parent f89354c12f
commit 3556a065d5
@@ -58,6 +58,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library to connect to MySensors gateways";
homepage = "https://github.com/MartinHjelmare/aiomysensors";
changelog = "https://github.com/MartinHjelmare/aiomysensors/releases/tag/v${version}";
license = with licenses; [ asl20 ];
maintainers = with maintainers; [ fab ];
};