mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: ghc-missingh: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-missingh)[home-page]: Use HTTPS.
This commit is contained in:
parent
63b066709b
commit
7cde520310
1 changed files with 1 additions and 1 deletions
|
@ -7194,7 +7194,7 @@ (define-public ghc-missingh
|
||||||
`(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance)
|
`(("ghc-errorcall-eq-instance" ,ghc-errorcall-eq-instance)
|
||||||
("ghc-quickcheck" ,ghc-quickcheck)
|
("ghc-quickcheck" ,ghc-quickcheck)
|
||||||
("ghc-hunit" ,ghc-hunit)))
|
("ghc-hunit" ,ghc-hunit)))
|
||||||
(home-page "http://software.complete.org/missingh")
|
(home-page "https://software.complete.org/missingh")
|
||||||
(synopsis "Large utility library")
|
(synopsis "Large utility library")
|
||||||
(description
|
(description
|
||||||
"MissingH is a library of all sorts of utility functions for Haskell
|
"MissingH is a library of all sorts of utility functions for Haskell
|
||||||
|
|
Loading…
Reference in a new issue