python310Packages.aiomysensors: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-02 17:31:03 +01:00
parent f89354c12f
commit 3556a065d5

View file

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