summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 22:38:41 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-03-07 12:48:18 +0100
commit5969598149bf7504bfe96f474b1dac45dafc28cb (patch)
tree4ebf8b9af878f93d5fbfb702daba0f48eba7ff11
parent14a5146f3a5a4ab4587e8e8dba7c7b6cf5a6720b (diff)
downloadpatches-5969598149bf7504bfe96f474b1dac45dafc28cb.tar
patches-5969598149bf7504bfe96f474b1dac45dafc28cb.tar.gz
gnu: openblas: Use HTTPS home page.
* gnu/packages/maths.scm (openblas)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/maths.scm2
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.")