guix-commits
[Top][All Lists]
Advanced

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

10/17: gnu: scotch: Use HTTPS home page.


From: guix-commits
Subject: 10/17: gnu: scotch: Use HTTPS home page.
Date: Fri, 17 Jan 2020 17:45:33 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit d5730000e2a7c5788509988e9929681017812e04
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Fri Jan 17 22:41:10 2020 +0100

    gnu: scotch: Use HTTPS home page.
    
    * gnu/packages/maths.scm (scotch)[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 3766484..99803cb 100644
--- a/gnu/packages/maths.scm
+++ b/gnu/packages/maths.scm
@@ -2644,7 +2644,7 @@ YACC = bison -pscotchyy -y -b y
                            (install-file f (string-append out "/lib")))
                          (find-files "../lib/" ".*metis\\..*"))
                #t))))))
-    (home-page "http://www.labri.fr/perso/pelegrin/scotch/";)
+    (home-page "https://www.labri.fr/perso/pelegrin/scotch/";)
     (synopsis "Programs and libraries for graph algorithms")
     (description "SCOTCH is a set of programs and libraries which implement
 the static mapping and sparse matrix reordering algorithms developed within



reply via email to

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