python310Packages.bumps: add changelog to meta
This commit is contained in:
parent
9e7819884b
commit
74631a6abe
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Data fitting with bayesian uncertainty analysis";
|
description = "Data fitting with bayesian uncertainty analysis";
|
||||||
homepage = "https://bumps.readthedocs.io/";
|
homepage = "https://bumps.readthedocs.io/";
|
||||||
|
changelog = "https://github.com/bumps/bumps/releases/tag/v${version}";
|
||||||
license = licenses.publicDomain;
|
license = licenses.publicDomain;
|
||||||
maintainers = with maintainers; [ rprospero ];
|
maintainers = with maintainers; [ rprospero ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue