~ruther/guix-local

75213ad2cec6856e4a65caabe6ff27ea40562e7b — Tobias Geerinckx-Rice 8 years ago 5b7900d
gnu: gmp: Use HTTPS for home page.

* gnu/packages/multiprecision.scm (gmp)[home-page]: Use HTTPS.
1 files changed, 1 insertions(+), 1 deletions(-)

M gnu/packages/multiprecision.scm
M gnu/packages/multiprecision.scm => gnu/packages/multiprecision.scm +1 -1
@@ 66,7 66,7 @@ is only limited by the available memory.  The library is highly optimized,
with a design focus on execution speed.  It is aimed at use in, for example,
cryptography and computational algebra.")
   (license lgpl3+)
   (home-page "http://gmplib.org/")))
   (home-page "https://gmplib.org/")))

(define-public gmp-6.0
  ;; We keep this one around to bootstrap GCC, to work around a compilation