gnu: ghc-missingh: Use HTTPS home page.

* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Use HTTPS.
This commit is contained in:
Tobias Geerinckx-Rice 2020-01-20 01:54:37 +01:00
parent 63b066709b
commit 7cde520310
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -7194,7 +7194,7 @@ (define-public ghc-missingh
`(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance)
("ghc-quickcheck" ,ghc-quickcheck)
("ghc-hunit" ,ghc-hunit)))
(home-page "http://software.complete.org/missingh")
(home-page "https://software.complete.org/missingh")
(synopsis "Large utility library")
(description
"MissingH is a library of all sorts of utility functions for Haskell