guix-commits
[Top][All Lists]
Advanced

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

82/87: gnu: slepc: Use HTTPS home page URI.


From: guix-commits
Subject: 82/87: gnu: slepc: Use HTTPS home page URI.
Date: Sun, 28 Feb 2021 06:06:51 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 1ca4b76b52546c25d40f1aad927d51b65bb5f9e2
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Feb 28 12:01:20 2021 +0100

    gnu: slepc: Use HTTPS home page URI.
    
    * gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.
---
 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 83750cd..083c20d 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2636,7 +2636,7 @@ savings are consistently > 5x.")
                           "test.log" "error.log" "RDict.db"
                           "uninstall.py"))
               #t))))))
-    (home-page "http://slepc.upv.es";)
+    (home-page "https://slepc.upv.es";)
     (synopsis "Scalable library for eigenproblems")
     (description "SLEPc is a software library for the solution of large sparse
 eigenproblems on parallel computers.  It can be used for the solution of



reply via email to

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