python3Packages.cuda-bindings: fix changelog url

Tracking: https://github.com/NixOS/nixpkgs/issues/514132
This commit is contained in:
Gaetan Lepage
2026-06-07 22:56:29 +00:00
parent b91009d46a
commit 1aed5cbd77
@@ -197,7 +197,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Standard set of low-level interfaces, providing access to the CUDA host APIs from Python";
homepage = "https://github.com/NVIDIA/cuda-python/tree/main/cuda_bindings";
changelog = "https://nvidia.github.io/cuda-python/${finalAttrs.version}/release/${finalAttrs.version}-notes.html";
changelog = "https://nvidia.github.io/cuda-python/cuda-bindings/latest/release/${finalAttrs.version}-notes.html";
license = lib.licenses.unfreeRedistributable; # NVIDIA Proprietary Software
maintainers = with lib.maintainers; [ GaetanLepage ];
};