python3Packages.torchio: update changelog URL (#495554)

This commit is contained in:
Yohann Boniface
2026-04-27 19:26:36 +00:00
committed by GitHub
@@ -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 ];
};