diff options
| author | John MacFarlane <[email protected]> | 2025-02-09 12:19:24 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-09 12:19:24 -0800 |
| commit | b8b859bb9000abe0ea133ae648269bcbec6c4402 (patch) | |
| tree | 9edf480029f537a1946410f97e5860032af540b4 /pandoc-cli | |
| parent | fff93fca1b298522932b5c2c5512a513473ffe82 (diff) | |
cabal files: use https: for repo url.
Diffstat (limited to 'pandoc-cli')
| -rw-r--r-- | pandoc-cli/pandoc-cli.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc-cli/pandoc-cli.cabal b/pandoc-cli/pandoc-cli.cabal index ca6b63a3d..5b904b990 100644 --- a/pandoc-cli/pandoc-cli.cabal +++ b/pandoc-cli/pandoc-cli.cabal @@ -21,7 +21,7 @@ extra-source-files: man/pandoc-server.1 source-repository head type: git - location: git://github.com/jgm/pandoc.git + location: https://github.com/jgm/pandoc.git flag lua description: Support custom modifications and conversions with the |
