diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 01:49:29 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-01-20 04:51:07 +0100 |
commit | 3b02036ea0c0261895fca8129f8afef297d346e6 (patch) | |
tree | 4d51cd79e578e4ba6dbb5588951ebf5f737bf91a /gnu/packages/haskell-xyz.scm | |
parent | 35437dbfe14bf34084bf33b01dc75d1430c7c16d (diff) | |
download | patches-3b02036ea0c0261895fca8129f8afef297d346e6.tar patches-3b02036ea0c0261895fca8129f8afef297d346e6.tar.gz |
gnu: ghc-hashable-time: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-hashable-time)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r-- | gnu/packages/haskell-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm index 5773635227..fd2f11ce72 100644 --- a/gnu/packages/haskell-xyz.scm +++ b/gnu/packages/haskell-xyz.scm @@ -5008,7 +5008,7 @@ combine hash values.") `(#:cabal-revision ("2" "006phc5y9rrvsshdcmjmhxzxh8dpgs685mpqbkjm9c40xb1ydjbz"))) (inputs `(("ghc-hashable" ,ghc-hashable))) - (home-page "http://hackage.haskell.org/package/hashable-time") + (home-page "https://hackage.haskell.org/package/hashable-time") (synopsis "Hashable instances for Data.Time") (description "This package provides @code{Hashable} instances for types in |