aboutsummaryrefslogtreecommitdiff
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)
downloadguix-5969598149bf7504bfe96f474b1dac45dafc28cb.tar.gz
guix-5969598149bf7504bfe96f474b1dac45dafc28cb.zip
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.")
a14547'>guix build: Add '--manifest' option....Marius Bakke 2019-11-17guix build: Handle "guix build /….drv" correctly for non-existent derivations....Ludovic Courtès 2019-11-17tests: Test "guix build /gnu/store/….drv"....Ludovic Courtès 2019-11-07gnu: commencement: Ensure 'gnu-make-final' refers to the native 'pkg-config'....Ludovic Courtès 2019-07-20ui: 'warn-about-load-error' provides hints for unbound variables....Ludovic Courtès 2019-07-20ui: 'warn-about-load-error' warns about file/module name mismatches....Ludovic Courtès 2019-04-19guix build: Accept multiple '-s' options....Ludovic Courtès 2019-04-15guix build: Fix relative file name canonicalization for '--root'....Ludovic Courtès