python311Packages.ipyparallel: add meta.changelog

This commit is contained in:
natsukium
2024-03-21 17:23:51 +09:00
parent 856744396a
commit 557679d1eb
@@ -64,6 +64,7 @@ buildPythonPackage rec {
meta = with lib;{
description = "Interactive Parallel Computing with IPython";
homepage = "https://ipyparallel.readthedocs.io/";
changelog = "https://github.com/ipython/ipyparallel/blob/${version}/docs/source/changelog.md";
license = licenses.bsd3;
maintainers = with maintainers; [ fridh ];
};