python311Packages.pathos: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-08-26 13:12:27 +02:00 committed by Martin Weinelt
parent 7b6ccdc929
commit 11f11306b7

View file

@ -1,10 +1,10 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, dill
, fetchFromGitHub
, multiprocess
, pox
, ppft
, multiprocess
, pythonOlder
}:
@ -39,6 +39,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Parallel graph management and execution in heterogeneous computing";
homepage = "https://pathos.readthedocs.io/";
changelog = "https://github.com/uqfoundation/pathos/releases/tag/pathos-${version}";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};