mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-26 14:53:52 +00:00
python310Packages.pyamg: add changelog to meta
This commit is contained in:
parent
c98011e6ef
commit
23578c3d7d
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user