gnu: mpc: Fix home page domain.

* gnu/packages/multiprecision.scm (mpc)[home-page]: Add www.
This commit is contained in:
Tobias Geerinckx-Rice 2020-02-17 19:36:20 +01:00
parent 3fc0b54eec
commit cd5b85c3f8
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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