python310Packages.pyamg: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-03 21:07:48 +02:00 committed by GitHub
parent c98011e6ef
commit 23578c3d7d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Algebraic Multigrid Solvers in Python";
homepage = "https://github.com/pyamg/pyamg";
changelog = "https://github.com/pyamg/pyamg/blob/v${version}/changelog.md";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};