diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 22:41:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-17 23:32:34 +0100 |
commit | d5730000e2a7c5788509988e9929681017812e04 (patch) | |
tree | b0eca325ff41c32fc42634bfb74a804d276a75db /gnu/packages/maths.scm | |
parent | 3497086b6b4f2b39f7e74c0fe824abc7c6f1d118 (diff) | |
download | guix-d5730000e2a7c5788509988e9929681017812e04.tar.gz guix-d5730000e2a7c5788509988e9929681017812e04.zip |
gnu: scotch: Use HTTPS home page.
* gnu/packages/maths.scm (scotch)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/maths.scm')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 37664849f9..99803cb5bf 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 |