diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:01:20 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-28 12:01:20 +0100 |
commit | 1ca4b76b52546c25d40f1aad927d51b65bb5f9e2 (patch) | |
tree | 2a87c58d4db1c20a09ca44eb29b92ec471872b16 /gnu | |
parent | ac93e5831045bc9639cd706e9e3694aaf8ad1433 (diff) | |
download | guix-1ca4b76b52546c25d40f1aad927d51b65bb5f9e2.tar guix-1ca4b76b52546c25d40f1aad927d51b65bb5f9e2.tar.gz |
gnu: slepc: Use HTTPS home page URI.
* gnu/packages/maths.scm (slepc)[home-page]: Use HTTPS URI.
Diffstat (limited to 'gnu')
-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 83750cdaaa..083c20dad3 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 |