guix-commits
[Top][All Lists]
Advanced

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

10/12: gnu: ghc-tasty-smallcheck: Use HTTPS for home page.


From: Tobias Geerinckx-Rice
Subject: 10/12: gnu: ghc-tasty-smallcheck: Use HTTPS for home page.
Date: Wed, 6 Dec 2017 21:03:13 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 1fd90622ffd1fe719dd39f217bfb555bd2b05bb0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Dec 7 00:26:52 2017 +0100

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

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 9828e21..27649fd 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -85,7 +85,7 @@ framework.")
        ("ghc-smallcheck" ,ghc-smallcheck)
        ("ghc-async" ,ghc-async)
        ("ghc-tagged" ,ghc-tagged)))
-    (home-page "http://documentup.com/feuerbach/tasty";)
+    (home-page "https://documentup.com/feuerbach/tasty";)
     (synopsis "SmallCheck support for the Tasty test framework")
     (description "This package provides SmallCheck support for the Tasty
 Haskell test framework.")



reply via email to

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