me
/
guix
Archived
1
0
Fork 0

gnu: openblas: Use HTTPS home page.

* gnu/packages/maths.scm (openblas)[home-page]: Use HTTPS.
master
Tobias Geerinckx-Rice 2020-01-18 22:38:41 +01:00
parent 14a5146f3a
commit 5969598149
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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.")