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.
This commit is contained in:
Felix Yan
2019-12-26 12:26:24 -08:00
committed by John MacFarlane
parent 5484a6349b
commit 1ff732269e
+1 -1
View File
@@ -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." ]