diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 22:38:41 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-07 12:48:18 +0100 |
commit | 5969598149bf7504bfe96f474b1dac45dafc28cb (patch) | |
tree | 4ebf8b9af878f93d5fbfb702daba0f48eba7ff11 /gnu/packages/maths.scm | |
parent | 14a5146f3a5a4ab4587e8e8dba7c7b6cf5a6720b (diff) | |
download | patches-5969598149bf7504bfe96f474b1dac45dafc28cb.tar patches-5969598149bf7504bfe96f474b1dac45dafc28cb.tar.gz |
gnu: openblas: Use HTTPS home page.
* gnu/packages/maths.scm (openblas)[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 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.") |