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.
This commit is contained in:
Tobias Geerinckx-Rice 2023-07-09 02:00:01 +02:00
parent 2195645725
commit 00ed2901f5
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79
2 changed files with 2 additions and 2 deletions

View file

@ -121,7 +121,7 @@ (define-public cabal-install
(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

View file

@ -15813,7 +15813,7 @@ (define-public ghc-cabal-syntax
"0lcj4g55sj5iv727g7k57pscgyj0fx3smwapm1gmd5qkc3yfa9fa"))))
(build-system haskell-build-system)
(properties '((upstream-name . "Cabal-syntax")))
(home-page "http://www.haskell.org/cabal/")
(home-page "https://www.haskell.org/cabal/")
(synopsis "A library for working with .cabal files")
(description
"This library provides tools for reading and manipulating the .cabal file format.