summaryrefslogtreecommitdiff
path: root/gnu/packages/haskell-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-07-16 18:30:58 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-07-16 20:12:06 +0200
commitd48b5c8af7ea3ac0ec80dab3d0036f185913d1e3 (patch)
treea3f18285d6b0f50c623c6d9c17f8202a55b38810 /gnu/packages/haskell-xyz.scm
parent1467ca6829b2695eb536b8025420b32e298831a5 (diff)
downloadguix-patches-d48b5c8af7ea3ac0ec80dab3d0036f185913d1e3.tar
guix-patches-d48b5c8af7ea3ac0ec80dab3d0036f185913d1e3.tar.gz
gnu: ghc-pandoc-types: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-pandoc-types)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages/haskell-xyz.scm')
-rw-r--r--gnu/packages/haskell-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/haskell-xyz.scm b/gnu/packages/haskell-xyz.scm
index a5ceef1f54..5f43e93108 100644
--- a/gnu/packages/haskell-xyz.scm
+++ b/gnu/packages/haskell-xyz.scm
@@ -8883,7 +8883,7 @@ suitable for inclusion in pandoc YAML metadata.")
("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