guix-commits
[Top][All Lists]
Advanced

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

03/04: gnu: haskell-check: Use HTTPS for hspec.github.io home pages.


From: Tobias Geerinckx-Rice
Subject: 03/04: gnu: haskell-check: Use HTTPS for hspec.github.io home pages.
Date: Tue, 16 Jan 2018 16:19:42 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 78724a5a91a81c6acea8e66c9b6ce86ce10bd110
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 16 17:15:52 2018 +0100

    gnu: haskell-check: Use HTTPS for hspec.github.io home pages.
    
    * gnu/packages/haskell-check.scm (hspec-discover, ghc-hspec-core)
    (ghc-hspec-meta, ghc-hspec, ghc-hspec-contrib)[home-page]: Use HTTPS.
---
 gnu/packages/haskell-check.scm | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm
index 45041c3..d6d2021 100644
--- a/gnu/packages/haskell-check.scm
+++ b/gnu/packages/haskell-check.scm
@@ -583,7 +583,7 @@ JUnit tool for Java.")
     (arguments `(#:haddock? #f)) ; Haddock phase fails because there are no
                                  ; documentation files.
     (inputs `(("ghc-hspec-meta" ,ghc-hspec-meta)))
-    (home-page "http://hspec.github.io/";)
+    (home-page "https://hspec.github.io/";)
     (synopsis "Automatically discover and run Hspec tests")
     (description "hspec-discover is a tool which automatically discovers and
 runs Hspec tests.")
@@ -614,7 +614,7 @@ runs Hspec tests.")
        ("ghc-quickcheck" ,ghc-quickcheck)
        ("ghc-hspec-expectations" ,ghc-hspec-expectations)
        ("ghc-silently" ,ghc-silently)))
-    (home-page "http://hspec.github.io/";)
+    (home-page "https://hspec.github.io/";)
     (synopsis "Testing framework for Haskell")
     (description "This library exposes internal types and functions that can
 be used to extend Hspec's functionality.")
@@ -644,7 +644,7 @@ be used to extend Hspec's functionality.")
        ("ghc-setenv" ,ghc-setenv)
        ("ghc-random" ,ghc-random)
        ("ghc-quickcheck-io" ,ghc-quickcheck-io)))
-    (home-page "http://hspec.github.io/";)
+    (home-page "https://hspec.github.io/";)
     (synopsis "Version of Hspec to test Hspec itself")
     (description "This library provides a stable version of Hspec which is
 used to test the in-development version of Hspec.")
@@ -673,7 +673,7 @@ used to test the in-development version of Hspec.")
        ("ghc-hunit" ,ghc-hunit)
        ("ghc-stringbuilder" ,ghc-stringbuilder)
        ("ghc-hspec-meta" ,ghc-hspec-meta)))
-    (home-page "http://hspec.github.io/";)
+    (home-page "https://hspec.github.io/";)
     (synopsis "Testing Framework for Haskell")
     (description "This library provides the Hspec testing framework for
 Haskell, inspired by the Ruby library RSpec.")
@@ -699,7 +699,7 @@ Haskell, inspired by the Ruby library RSpec.")
        ("ghc-quickcheck" ,ghc-quickcheck)))
     (native-inputs
      `(("hspec-discover" ,hspec-discover)))
-    (home-page "http://hspec.github.io/";)
+    (home-page "https://hspec.github.io/";)
     (synopsis "Contributed functionality for Hspec")
     (description
      "This package provides contributed Hspec extensions.")



reply via email to

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