diff options
-rw-r--r-- | gnu/packages/sycl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/sycl.scm b/gnu/packages/sycl.scm index 5a3f35ae7f..c4b4148b28 100644 --- a/gnu/packages/sycl.scm +++ b/gnu/packages/sycl.scm @@ -51,7 +51,7 @@ (native-inputs (list clang-15 llvm-15 python spirv-tools)) (inputs (list boost rocm-opencl-runtime spirv-headers)) (arguments `(#:tests? #f)) ; no tests - (home-page "https://github.com/OpenSYCL/OpenSYCL") + (home-page "https://adaptivecpp.github.io/") (synopsis "Implementation of the SYCL programming language for accelerators") (description "AdaptiveCpp is aImplementation of SYCL and C++ standard parallelism |