aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--pandoc-cli/pandoc-cli.cabal2
-rw-r--r--pandoc.cabal2
2 files changed, 2 insertions, 2 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
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.