mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: mpc: Fix home page domain.
* gnu/packages/multiprecision.scm (mpc)[home-page]: Add www.
This commit is contained in:
parent
3fc0b54eec
commit
cd5b85c3f8
1 changed files with 1 additions and 1 deletions
|
@ -131,7 +131,7 @@ (define-public mpc
|
|||
for performing arithmetic on complex numbers. It supports arbitrarily high
|
||||
precision and correctly rounds the results.")
|
||||
(license lgpl3+)
|
||||
(home-page "http://multiprecision.org/mpc/")))
|
||||
(home-page "http://www.multiprecision.org/mpc/")))
|
||||
|
||||
(define-public mpfi
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue