gnu: mpfr: Update home page.
* gnu/packages/multiprecision.scm (mpfr)[home-page]: Use HTTPS.
This commit is contained in:
parent
81bf0fd0d4
commit
617cf5de92
|
@ -108,7 +108,7 @@ algebra.")
|
||||||
library for performing multiple-precision, floating-point computations with
|
library for performing multiple-precision, floating-point computations with
|
||||||
correct rounding.")
|
correct rounding.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "http://www.mpfr.org/")))
|
(home-page "https://www.mpfr.org/")))
|
||||||
|
|
||||||
(define-public mpc
|
(define-public mpc
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue