diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 00:26:52 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2017-12-07 02:59:26 +0100 |
commit | 1fd90622ffd1fe719dd39f217bfb555bd2b05bb0 (patch) | |
tree | ae3812683213f9fc3085b14d61ce1d204948add8 /gnu/packages/haskell-check.scm | |
parent | f3ec98660ddc27d67f020a0c211ee2034da9d719 (diff) | |
download | guix-1fd90622ffd1fe719dd39f217bfb555bd2b05bb0.tar guix-1fd90622ffd1fe719dd39f217bfb555bd2b05bb0.tar.gz |
gnu: ghc-tasty-smallcheck: Use HTTPS for home page.
* gnu/packages/haskell-check.scm (ghc-tasty-smallcheck)[home-page]: Use
HTTPS.
Diffstat (limited to 'gnu/packages/haskell-check.scm')
-rw-r--r-- | gnu/packages/haskell-check.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-check.scm b/gnu/packages/haskell-check.scm index 9828e218fc..27649fda68 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.") |