mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: ghc-pandoc-types: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Use HTTPS.
This commit is contained in:
parent
1467ca6829
commit
d48b5c8af7
1 changed files with 1 additions and 1 deletions
|
@ -8883,7 +8883,7 @@ (define-public ghc-pandoc-types
|
|||
("ghc-test-framework-hunit" ,ghc-test-framework-hunit)
|
||||
("ghc-test-framework-quickcheck2" ,ghc-test-framework-quickcheck2)
|
||||
("ghc-hunit" ,ghc-hunit)))
|
||||
(home-page "http://johnmacfarlane.net/pandoc")
|
||||
(home-page "https://johnmacfarlane.net/pandoc")
|
||||
(synopsis "Types for representing a structured document")
|
||||
(description
|
||||
"This module defines the @code{Pandoc} data structure, which is used by
|
||||
|
|
Loading…
Reference in a new issue