diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2023-07-09 02:00:17 +0200 |
commit | 00ed2901f5171e4f9435641a91678217cae38030 (patch) | |
tree | 52470d79bffb477d3a083534e89b57ab0fd1bae5 /gnu/packages/haskell-apps.scm | |
parent | 2195645725d1509e601f6bbc5b5e0f5ba7a755ff (diff) |
gnu: cabal-install, ghc-cabal-syntax: Use HTTPS home page.
* gnu/packages/haskell-apps.scm (cabal-install)[home-page]: Use HTTPS.
* gnu/packages/haskell-xyz.scm (ghc-cabal-syntax)[home-page]: Likewise.
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
-rw-r--r-- | gnu/packages/haskell-apps.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-apps.scm b/gnu/packages/haskell-apps.scm index 9aba12b713..4286ce206d 100644 --- a/gnu/packages/haskell-apps.scm +++ b/gnu/packages/haskell-apps.scm @@ -121,7 +121,7 @@ library. It is primarily used with HLint's @code{--refactor} flag.") (arguments `(#:cabal-revision ("2" "1kpgyfl5njxp4c8ax5ziag1bhqvph3h0pn660v3vpxalz8d1j6xv"))) - (home-page "http://www.haskell.org/cabal/") + (home-page "https://www.haskell.org/cabal/") (synopsis "Command-line interface for Cabal and Hackage") (description "The cabal command-line program simplifies the process of managing |