gnu: opencl-clhpp: Use HTTPS home page.

* gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-03-21 00:33:58 +01:00
parent 7e0f9df902
commit c6be7eeddf
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -130,7 +130,7 @@ (define-public opencl-clhpp
;; The regression tests require a lot more dependencies.
#:tests? #f))
(build-system cmake-build-system)
(home-page "http://github.khronos.org/OpenCL-CLHPP/")
(home-page "https://github.khronos.org/OpenCL-CLHPP/")
(synopsis "Khronos OpenCL-CLHPP")
(description
"This package provides the @dfn{host API} C++ headers for OpenCL.")