python310Packages.allpairspy: add changelog to meta

This commit is contained in:
Mario Rodas
2023-07-11 04:20:00 +00:00
parent 0384897517
commit 834ed32062
@@ -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 = [ ];
};
}