mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: opencl-clhpp: Use HTTPS home page.
* gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
This commit is contained in:
parent
7e0f9df902
commit
c6be7eeddf
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue