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

* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck)[home-page]: Use
HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2017-12-07 00:26:52 +01:00
parent f3ec98660d
commit 1fd90622ff
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ framework.")
("ghc-smallcheck" ,ghc-smallcheck) ("ghc-smallcheck" ,ghc-smallcheck)
("ghc-async" ,ghc-async) ("ghc-async" ,ghc-async)
("ghc-tagged" ,ghc-tagged))) ("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") (synopsis "SmallCheck support for the Tasty test framework")
(description "This package provides SmallCheck support for the Tasty (description "This package provides SmallCheck support for the Tasty
Haskell test framework.") Haskell test framework.")