aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2025-02-09 12:19:24 -0800
committerJohn MacFarlane <[email protected]>2025-02-09 12:19:24 -0800
commitb8b859bb9000abe0ea133ae648269bcbec6c4402 (patch)
tree9edf480029f537a1946410f97e5860032af540b4 /pandoc.cabal
parentfff93fca1b298522932b5c2c5512a513473ffe82 (diff)
cabal files: use https: for repo url.
Diffstat (limited to 'pandoc.cabal')
-rw-r--r--pandoc.cabal2
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.