diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 00:22:10 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-01-19 02:45:15 +0100 |
commit | 75213ad2cec6856e4a65caabe6ff27ea40562e7b (patch) | |
tree | c7d63268416e5250171ed6e61b6b6a97d39e48d2 /gnu/packages | |
parent | 5b7900d7679e34e145623412253a86d9bf7cd462 (diff) | |
download | patches-75213ad2cec6856e4a65caabe6ff27ea40562e7b.tar patches-75213ad2cec6856e4a65caabe6ff27ea40562e7b.tar.gz |
gnu: gmp: Use HTTPS for home page.
* gnu/packages/multiprecision.scm (gmp)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/multiprecision.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/multiprecision.scm b/gnu/packages/multiprecision.scm index f2a501cabd..4ee316f9a2 100644 --- a/gnu/packages/multiprecision.scm +++ b/gnu/packages/multiprecision.scm @@ -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 |