summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorSomeone Serge <sergei.kozlukov@aalto.fi>2023-10-17 23:40:47 +0300
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-11-08 19:06:44 -0300
commit6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8 (patch)
tree85bd66e9785fffb5c830f119a675392e65a5684b /lib
parent75254979ac1e4b7ff031b4c31fc121824df83743 (diff)
downloadnixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar.gz
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar.bz2
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar.lz
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar.xz
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.tar.zst
nixpkgs-6c9c9ef2ebb02e6b1d5482d93d6b18586034f8e8.zip
lib.licenses: nvidia*: use same fullNames as conda does
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index beb4be39108..7160582b5a9 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -878,7 +878,7 @@ in mkLicense lset) ({
   };
 
   nvidiaCuda = {
-    fullName = "CUDA Toolkit Supplement to Software License Agreement for NVIDIA Software Development Kits";
+    fullName = "CUDA Toolkit End User License Agreement (EULA)";
     url = "https://docs.nvidia.com/cuda/eula/index.html#cuda-toolkit-supplement-license-agreement";
     free = false;
   };