mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: mpfr: Update home page.
* gnu/packages/multiprecision.scm (mpfr)[home-page]: Use HTTPS.
This commit is contained in:
parent
81bf0fd0d4
commit
617cf5de92
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ (define-public mpfr
|
|||
library for performing multiple-precision, floating-point computations with
|
||||
correct rounding.")
|
||||
(license lgpl3+)
|
||||
(home-page "http://www.mpfr.org/")))
|
||||
(home-page "https://www.mpfr.org/")))
|
||||
|
||||
(define-public mpc
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue