python311Packages.ipyparallel: add meta.changelog
This commit is contained in:
parent
856744396a
commit
557679d1eb
1 changed files with 1 additions and 0 deletions
|
@ -64,6 +64,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib;{
|
meta = with lib;{
|
||||||
description = "Interactive Parallel Computing with IPython";
|
description = "Interactive Parallel Computing with IPython";
|
||||||
homepage = "https://ipyparallel.readthedocs.io/";
|
homepage = "https://ipyparallel.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/ipython/ipyparallel/blob/${version}/docs/source/changelog.md";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ fridh ];
|
maintainers = with maintainers; [ fridh ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue