From b16d36397db602c5d379b277967476dc269f92e9 Mon Sep 17 00:00:00 2001 From: Chris Martin Date: Wed, 7 Mar 2018 12:37:53 -0500 Subject: [PATCH] pandoc.cabal: link to https version of the website (#4433) --- pandoc.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandoc.cabal b/pandoc.cabal index aa47ccfe2..6e9f7a0a0 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -9,7 +9,7 @@ author: John MacFarlane maintainer: John MacFarlane bug-reports: https://github.com/jgm/pandoc/issues stability: alpha -homepage: http://pandoc.org +homepage: https://pandoc.org category: Text tested-with: GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2 synopsis: Conversion between markup formats