mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-07 05:30:38 +02:00
gnu: gmp: Use HTTPS for home page.
* gnu/packages/multiprecision.scm (gmp)[home-page]: Use HTTPS.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user