diff options
author | Chris Martin <ch.martin@gmail.com> | 2018-03-07 12:37:53 -0500 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2018-03-07 09:37:53 -0800 |
commit | b16d36397db602c5d379b277967476dc269f92e9 (patch) | |
tree | 4c5aa85a6e498a45622be48d277dd147a2d9c7a2 | |
parent | 1884ee60838ffeac090cafc9cf7fe2e44ad33636 (diff) | |
download | pandoc-b16d36397db602c5d379b277967476dc269f92e9.tar.gz |
pandoc.cabal: link to https version of the website (#4433)
-rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
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 <jgm@berkeley.edu> maintainer: John MacFarlane <jgm@berkeley.edu> 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 |