summary refs log tree commit diff
path: root/pkgs/development/libraries/opencl-clang/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/opencl-clang/default.nix')
-rw-r--r--pkgs/development/libraries/opencl-clang/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/opencl-clang/default.nix b/pkgs/development/libraries/opencl-clang/default.nix
index 50794863def..8b7df317b2b 100644
--- a/pkgs/development/libraries/opencl-clang/default.nix
+++ b/pkgs/development/libraries/opencl-clang/default.nix
@@ -86,7 +86,7 @@ let
       ];
 
       meta = with stdenv.lib; {
-        homepage    = https://github.com/intel/opencl-clang/;
+        homepage    = "https://github.com/intel/opencl-clang/";
         description = "A clang wrapper library with an OpenCL-oriented API and the ability to compile OpenCL C kernels to SPIR-V modules";
         license     = licenses.ncsa;
         platforms   = platforms.all;