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:
parent
f3ec98660d
commit
1fd90622ff
|
@ -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.")
|
||||||
|
|
Loading…
Reference in New Issue