Commit 834ed320 authored by Mario Rodas's avatar Mario Rodas
Browse files

python310Packages.allpairspy: add changelog to meta

parent 03848975
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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 = [ ];
  };
}