mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 13:58:15 -05:00
gnu: gmp: Use HTTPS for home page.
* gnu/packages/multiprecision.scm (gmp)[home-page]: Use HTTPS.
This commit is contained in:
parent
5b7900d767
commit
75213ad2ce
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ (define-public gmp
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue