aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/App
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2019-12-27 04:26:24 +0800
committerJohn MacFarlane <jgm@berkeley.edu>2019-12-26 12:26:24 -0800
commit1ff732269ecb435ea1eac77ad3df81624be4e605 (patch)
tree1965a881ec529b2b2708453b8ce7610cd63b543d /src/Text/Pandoc/App
parent5484a6349b83afeab207a02eae16f693439bfa02 (diff)
downloadpandoc-1ff732269ecb435ea1eac77ad3df81624be4e605.tar.gz
Use HTTPS in copyright message (#6010)
Since the website now redirect to https automatically, it would be nice to just use https in the help text.
Diffstat (limited to 'src/Text/Pandoc/App')
-rw-r--r--src/Text/Pandoc/App/CommandLineOptions.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Text/Pandoc/App/CommandLineOptions.hs b/src/Text/Pandoc/App/CommandLineOptions.hs
index 95c981f7b..68aec8216 100644
--- a/src/Text/Pandoc/App/CommandLineOptions.hs
+++ b/src/Text/Pandoc/App/CommandLineOptions.hs
@@ -933,7 +933,7 @@ usageMessage programName = usageInfo (programName ++ " [OPTIONS] [FILES]")
copyrightMessage :: String
copyrightMessage = intercalate "\n" [
"Copyright (C) 2006-2019 John MacFarlane",
- "Web: http://pandoc.org",
+ "Web: https://pandoc.org",
"This is free software; see the source for copying conditions.",
"There is no warranty, not even for merchantability or fitness",
"for a particular purpose." ]