summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-01-18 20:55:06 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2020-02-21 18:33:38 +0100
commit92a79fee20c0c072200a759d04ea1b35470f8fae (patch)
tree93da676defb79233f7f955b334f3dd13f31c4bab
parent018b72d72414972b932939228b1fb3d38f5cc89d (diff)
downloadpatches-92a79fee20c0c072200a759d04ea1b35470f8fae.tar
patches-92a79fee20c0c072200a759d04ea1b35470f8fae.tar.gz
gnu: ghc-splitmix: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7825963523..f9644ecd9a 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -10689,7 +10689,7 @@ mainstream languages.")
("ghc-base-compat-batteries" ,ghc-base-compat-batteries)
("ghc-tf-random" ,ghc-tf-random)
("ghc-vector" ,ghc-vector)))
- (home-page "http://hackage.haskell.org/package/splitmix")
+ (home-page "https://hackage.haskell.org/package/splitmix")
(synopsis "Fast and splittable pseudorandom number generator")
(description "This package provides a Pure Haskell implementation of the
SplitMix pseudorandom number generator. SplitMix is a \"splittable\"