From 9ae4dbb58ba72ef43462f3fbb7cbdac3143579fb Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Thu, 11 May 2023 05:32:49 +0200 Subject: [PATCH] python310Packages.nitransforms: add changelog to meta --- pkgs/development/python-modules/nitransforms/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/nitransforms/default.nix b/pkgs/development/python-modules/nitransforms/default.nix index 5c570b9b2798..972b1a10b0b0 100644 --- a/pkgs/development/python-modules/nitransforms/default.nix +++ b/pkgs/development/python-modules/nitransforms/default.nix @@ -44,6 +44,7 @@ buildPythonPackage rec { meta = with lib; { homepage = "https://nitransforms.readthedocs.io"; description = "Geometric transformations for images and surfaces"; + changelog = "https://github.com/nipy/nitransforms/releases/tag/${version}"; license = licenses.mit; maintainers = with maintainers; [ bcdarwin ]; };