Unverified Commit 9ae4dbb5 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.nitransforms: add changelog to meta

parent 07978448
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };