gnu: openlibm: Use HTTPS home page.
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
This commit is contained in:
parent
6ceb771657
commit
d3be522036
1 changed files with 1 additions and 1 deletions
|
@ -3357,7 +3357,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
|
||||||
;; no configure script
|
;; no configure script
|
||||||
(modify-phases %standard-phases (delete 'configure))
|
(modify-phases %standard-phases (delete 'configure))
|
||||||
#:tests? #f)) ;the tests are part of the default target
|
#:tests? #f)) ;the tests are part of the default target
|
||||||
(home-page "http://openlibm.org/")
|
(home-page "https://openlibm.org/")
|
||||||
(synopsis "Portable C mathematical library (libm)")
|
(synopsis "Portable C mathematical library (libm)")
|
||||||
(description
|
(description
|
||||||
"OpenLibm is an effort to have a high quality, portable, standalone C
|
"OpenLibm is an effort to have a high quality, portable, standalone C
|
||||||
|
|
Reference in a new issue