From 244fbec48a6be5e3ca442017abb85b8bd82c40a5 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 7 Dec 2022 11:12:04 +0100 Subject: [PATCH] python310Packages.gsd: add changelog to meta --- pkgs/development/python-modules/gsd/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/gsd/default.nix b/pkgs/development/python-modules/gsd/default.nix index 82b5a5f2dfe1..a2543ae227bd 100644 --- a/pkgs/development/python-modules/gsd/default.nix +++ b/pkgs/development/python-modules/gsd/default.nix @@ -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 ]; };