guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

07/15: gnu: ghc-splitmix: Use HTTPS home page.


From: guix-commits
Subject: 07/15: gnu: ghc-splitmix: Use HTTPS home page.
Date: Fri, 21 Feb 2020 12:39:44 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 92a79fee20c0c072200a759d04ea1b35470f8fae
Author: Tobias Geerinckx-Rice <address@hidden>
AuthorDate: Sat Jan 18 20:55:06 2020 +0100

    gnu: ghc-splitmix: Use HTTPS home page.
    
    * gnu/packages/haskell-xyz.scm (ghc-splitmix)[home-page]: Use HTTPS.
---
 gnu/packages/haskell-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index 7825963..f9644ec 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\"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]