diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-18 23:13:57 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-03-14 22:01:40 +0100 |
commit | d3be522036d251729f61c39079d9e1d08667067f (patch) | |
tree | 9550254dd268bffac5c78e2dbf11f5949c016f1a /gnu | |
parent | 6ceb771657bdc3516c6c22f43532ff67d75465f6 (diff) | |
download | patches-d3be522036d251729f61c39079d9e1d08667067f.tar patches-d3be522036d251729f61c39079d9e1d08667067f.tar.gz |
gnu: openlibm: Use HTTPS home page.
* gnu/packages/maths.scm (openlibm)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/maths.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/maths.scm b/gnu/packages/maths.scm index 6d9fd54e75..847cc4a14e 100644 --- a/gnu/packages/maths.scm +++ b/gnu/packages/maths.scm @@ -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 |