python310Packages.gsd: add changelog to meta
This commit is contained in:
parent
7573f54a36
commit
244fbec48a
1 changed files with 1 additions and 0 deletions
|
@ -49,6 +49,7 @@ buildPythonPackage rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "General simulation data file format";
|
description = "General simulation data file format";
|
||||||
homepage = "https://github.com/glotzerlab/gsd";
|
homepage = "https://github.com/glotzerlab/gsd";
|
||||||
|
changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst";
|
||||||
license = licenses.bsd2;
|
license = licenses.bsd2;
|
||||||
maintainers = with maintainers; [ costrouc ];
|
maintainers = with maintainers; [ costrouc ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue