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 @@ correct rounding.")
|
||||||
for performing arithmetic on complex numbers. It supports arbitrarily high
|
for performing arithmetic on complex numbers. It supports arbitrarily high
|
||||||
precision and correctly rounds the results.")
|
precision and correctly rounds the results.")
|
||||||
(license lgpl3+)
|
(license lgpl3+)
|
||||||
(home-page "http://multiprecision.org/mpc/")))
|
(home-page "http://www.multiprecision.org/mpc/")))
|
||||||
|
|
||||||
(define-public mpfi
|
(define-public mpfi
|
||||||
(package
|
(package
|
||||||
|
|
Reference in a new issue