From 5969598149bf7504bfe96f474b1dac45dafc28cb Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sat, 18 Jan 2020 22:38:41 +0100 Subject: gnu: openblas: Use HTTPS home page. * gnu/packages/maths.scm (openblas)[home-page]: Use HTTPS. --- gnu/packages/maths.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index eeea8b65be..b7d0421be0 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -3232,7 +3232,7 @@ parts of it.") `(("cunit" ,cunit) ("fortran" ,gfortran) ("perl" ,perl))) - (home-page "http://www.openblas.net/") + (home-page "https://www.openblas.net/") (synopsis "Optimized BLAS library based on GotoBLAS") (description "OpenBLAS is a BLAS library forked from the GotoBLAS2-1.13 BSD version.") -- cgit v1.2.3