python310Packages.gsd: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-07 11:12:04 +01:00 committed by GitHub
parent 7573f54a36
commit 244fbec48a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "General simulation data file format";
homepage = "https://github.com/glotzerlab/gsd";
changelog = "https://github.com/glotzerlab/gsd/blob/v${version}/CHANGELOG.rst";
license = licenses.bsd2;
maintainers = with maintainers; [ costrouc ];
};