python311Packages.ipyparallel: add meta.changelog

This commit is contained in:
natsukium 2024-03-10 15:08:30 +09:00
parent 856744396a
commit 557679d1eb
No known key found for this signature in database
GPG key ID: 9EA45A31DB994C53

View file

@ -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 ];
};