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.cabal | |
| parent | fff93fca1b298522932b5c2c5512a513473ffe82 (diff) | |
cabal files: use https: for repo url.
Diffstat (limited to 'pandoc.cabal')
| -rw-r--r-- | pandoc.cabal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pandoc.cabal b/pandoc.cabal index e90922132..90422c170 100644 --- a/pandoc.cabal +++ b/pandoc.cabal @@ -429,7 +429,7 @@ extra-source-files: test/pod-reader.pod source-repository head type: git - location: git://github.com/jgm/pandoc.git + location: https://github.com/jgm/pandoc.git flag embed_data_files Description: Embed data files in binary for relocatable executable. |
