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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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