From 834ed32062fddd7bb1d85e883458a9d54093ee26 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Tue, 11 Jul 2023 04:20:00 +0000 Subject: [PATCH] python310Packages.allpairspy: add changelog to meta --- pkgs/development/python-modules/allpairspy/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/allpairspy/default.nix b/pkgs/development/python-modules/allpairspy/default.nix index da22d65c3639..a59a0a9f702c 100644 --- a/pkgs/development/python-modules/allpairspy/default.nix +++ b/pkgs/development/python-modules/allpairspy/default.nix @@ -27,6 +27,8 @@ buildPythonPackage rec { meta = with lib; { description = "Pairwise test combinations generator"; homepage = "https://github.com/thombashi/allpairspy"; + changelog = "https://github.com/thombashi/allpairspy/releases/tag/v${version}"; license = licenses.mit; + maintainers = [ ]; }; }