mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
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
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ (define-public ghc-tasty-smallcheck
|
|||
("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.")
|
||||
|
|
Loading…
Reference in a new issue