python310Packages.jug: add changelog to meta
This commit is contained in:
@@ -40,6 +40,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "A Task-Based Parallelization Framework";
|
||||
homepage = "https://jug.readthedocs.io/";
|
||||
changelog = "https://github.com/luispedro/jug/blob/v${version}/ChangeLog";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ luispedro ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user