lol

python311Packages.pathos: add changelog to meta

authored by

Fabian Affolter and committed by
Martin Weinelt
11f11306 7b6ccdc9

+3 -2
+3 -2
pkgs/development/python-modules/pathos/default.nix
··· 1 1 { lib 2 2 , buildPythonPackage 3 - , fetchFromGitHub 4 3 , dill 4 + , fetchFromGitHub 5 + , multiprocess 5 6 , pox 6 7 , ppft 7 - , multiprocess 8 8 , pythonOlder 9 9 }: 10 10 ··· 39 39 meta = with lib; { 40 40 description = "Parallel graph management and execution in heterogeneous computing"; 41 41 homepage = "https://pathos.readthedocs.io/"; 42 + changelog = "https://github.com/uqfoundation/pathos/releases/tag/pathos-${version}"; 42 43 license = licenses.bsd3; 43 44 maintainers = with maintainers; [ ]; 44 45 };