mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-25 01:36:45 +00:00
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:
committed by
John MacFarlane
parent
5484a6349b
commit
1ff732269e
@@ -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." ]
|
||||
|
||||
Reference in New Issue
Block a user