From 7a34883bfbb272d9149cfab413e75de9dedb7906 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 31 Aug 2023 09:50:52 +0200 Subject: [PATCH] python311Packages.pyinsteon: add changelog to meta --- pkgs/development/python-modules/pyinsteon/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/pyinsteon/default.nix b/pkgs/development/python-modules/pyinsteon/default.nix index 58652559be18..d0081b7a106e 100644 --- a/pkgs/development/python-modules/pyinsteon/default.nix +++ b/pkgs/development/python-modules/pyinsteon/default.nix @@ -69,6 +69,7 @@ buildPythonPackage rec { 2413U, 2412S, 2448A7 and Hub models 2242 and 2245. ''; homepage = "https://github.com/pyinsteon/pyinsteon"; + changelog = "https://github.com/pyinsteon/pyinsteon/releases/tag/${version}"; license = with licenses; [ mit ]; maintainers = with maintainers; [ fab ]; };