guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/08: gnu: opencl-clhpp: Use HTTPS home page.


From: guix-commits
Subject: 02/08: gnu: opencl-clhpp: Use HTTPS home page.
Date: Sat, 21 Mar 2020 11:23:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit c6be7eeddf3a98ab354826f8b33d402e0548a3e0
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Mar 21 00:33:58 2020 +0100

    gnu: opencl-clhpp: Use HTTPS home page.
    
    * gnu/packages/opencl.scm (opencl-clhpp)[home-page]: Use HTTPS.
---
 gnu/packages/opencl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/opencl.scm b/gnu/packages/opencl.scm
index 32eb360..f14d5df 100644
--- a/gnu/packages/opencl.scm
+++ b/gnu/packages/opencl.scm
@@ -130,7 +130,7 @@ programming.")
        ;; 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.")



reply via email to

[Prev in Thread] Current Thread [Next in Thread]