From 9e7c33222fb1aebbd47d53f152faa05cdb32093b Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 3 Jan 2023 22:37:16 +0100 Subject: [PATCH] python310Packages.geniushub-client: add changelog to meta --- pkgs/development/python-modules/geniushub-client/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/geniushub-client/default.nix b/pkgs/development/python-modules/geniushub-client/default.nix index 019c1e1a21bc..b0fbf657abb0 100644 --- a/pkgs/development/python-modules/geniushub-client/default.nix +++ b/pkgs/development/python-modules/geniushub-client/default.nix @@ -20,11 +20,14 @@ buildPythonPackage rec { # tests only implemented after 0.6.30 doCheck = false; - pythonImportsCheck = [ "geniushubclient" ]; + pythonImportsCheck = [ + "geniushubclient" + ]; meta = with lib; { description = "Aiohttp-based client for Genius Hub systems"; homepage = "https://github.com/zxdavb/geniushub-client"; + changelog = "https://github.com/manzanotti/geniushub-client/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ dotlambda ]; };