Unverified Commit fd5fbc19 authored by Yohann Boniface's avatar Yohann Boniface Committed by GitHub
Browse files

python3Packages.torchio: update changelog URL (#495554)

parents 34d29ae4 9c201cbe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -97,7 +97,7 @@ buildPythonPackage rec {
  meta = {
    description = "Medical imaging toolkit for deep learning";
    homepage = "https://docs.torchio.org";
    changelog = "https://github.com/TorchIO-project/torchio/blob/${src.tag}/CHANGELOG.md";
    changelog = "https://github.com/TorchIO-project/torchio/releases/tag/${src.tag}";
    license = lib.licenses.asl20;
    maintainers = [ lib.maintainers.bcdarwin ];
  };