python310Packages.jug: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-07-05 10:30:20 +02:00
committed by GitHub
parent 96626dbf5e
commit f5e1b735a3
@@ -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 ];
};