diff options
author | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-02 01:43:41 +0000 |
---|---|---|
committer | fiddlosopher <fiddlosopher@788f1e2b-df1e-0410-8736-df70ead52e1b> | 2007-01-02 01:43:41 +0000 |
commit | 89f2468f38d7b85d78fe1d94bab7cc8ea46152d0 (patch) | |
tree | 199bb5e9f980199711ebbb86405b48c18eb35e3c | |
parent | b4160380d8efc40fa9164b355577ba08bdefbc0a (diff) | |
download | pandoc-89f2468f38d7b85d78fe1d94bab7cc8ea46152d0.tar.gz |
Added package URL to Pandoc.cabal.in.
git-svn-id: https://pandoc.googlecode.com/svn/trunk@398 788f1e2b-df1e-0410-8736-df70ead52e1b
-rw-r--r-- | Pandoc.cabal.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Pandoc.cabal.in b/Pandoc.cabal.in index 93ac2d369..5ca10a67e 100644 --- a/Pandoc.cabal.in +++ b/Pandoc.cabal.in @@ -5,7 +5,7 @@ License-File: COPYING Author: John MacFarlane <jgm at berkeley dot edu> Stability: alpha Homepage: http://sophos.berkeley.edu/macfarlane/pandoc -Package-URL: +Package-URL: http://pandoc.googlecode.com/files/pandoc-@VERSION@.tar.gz Category: Text Tested-With: GHC Synopsis: Utilities for translating between various markup formats |