3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: openlibm: Use HTTPS home page.

* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-18 23:13:57 +01:00
parent 6ceb771657
commit d3be522036
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -3357,7 +3357,7 @@ access to BLIS implementations via traditional BLAS routine calls.")
;; no configure script
(modify-phases %standard-phases (delete 'configure))
#: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)")
(description
"OpenLibm is an effort to have a high quality, portable, standalone C