python310Packages.nitransforms: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-05-11 05:32:49 +02:00 committed by GitHub
parent 07978448b2
commit 9ae4dbb58b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 ];
};