From 1ca4b76b52546c25d40f1aad927d51b65bb5f9e2 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sun, 28 Feb 2021 12:01:20 +0100 Subject: 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(-) (limited to 'gnu/packages/maths.scm') 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 -- cgit v1.2.3