diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-13 17:26:01 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-09-13 17:26:01 +0000 |
commit | 85f655c8cb76ccca36595e2cc9c26bea4a3b10dd (patch) | |
tree | 0ee2a4954facd50e1261c23dc9661296f8021095 /src | |
parent | 9cadf5362190d79b85ee29530ccdcc6dfa3e21e2 (diff) | |
download | pandoc-85f655c8cb76ccca36595e2cc9c26bea4a3b10dd.tar.gz |
Changed pandoc home page to http://johnmacfarlane.net/pandoc/.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1014 788f1e2b-df1e-0410-8736-df70ead52e1b
Diffstat (limited to 'src')
-rw-r--r-- | src/Main.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Main.hs b/src/Main.hs index 97acc62c2..6d924847f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -47,7 +47,7 @@ version = "0.45" copyrightMessage :: String copyrightMessage = "\nCopyright (C) 2006-7 John MacFarlane\n\ - \Web: http://sophos.berkeley.edu/macfarlane/pandoc\n\ + \Web: http://johnmacfarlane.net/pandoc\n\ \This is free software; see the source for copying conditions. There is no\n\ \warranty, not even for merchantability or fitness for a particular purpose." |