From 3556a065d5f0f25be330ae486970e186868f1bf4 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Fri, 2 Dec 2022 17:31:03 +0100 Subject: [PATCH] python310Packages.aiomysensors: add changelog to meta --- pkgs/development/python-modules/aiomysensors/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/aiomysensors/default.nix b/pkgs/development/python-modules/aiomysensors/default.nix index c2f06c583308..548da127834a 100644 --- a/pkgs/development/python-modules/aiomysensors/default.nix +++ b/pkgs/development/python-modules/aiomysensors/default.nix @@ -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 ]; };