guix-commits
[Top][All Lists]
Advanced

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

08/16: gnu: openblas: Use HTTPS home page.


From: guix-commits
Subject: 08/16: gnu: openblas: Use HTTPS home page.
Date: Sat, 7 Mar 2020 07:21:12 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5969598149bf7504bfe96f474b1dac45dafc28cb
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 22:38:41 2020 +0100

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

diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm
index eeea8b6..b7d0421 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -3232,7 +3232,7 @@ parts of it.")
      `(("cunit" ,cunit)
        ("fortran" ,gfortran)
        ("perl" ,perl)))
-    (home-page "http://www.openblas.net/";)
+    (home-page "https://www.openblas.net/";)
     (synopsis "Optimized BLAS library based on GotoBLAS")
     (description
      "OpenBLAS is a BLAS library forked from the GotoBLAS2-1.13 BSD version.")



reply via email to

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