From b8b859bb9000abe0ea133ae648269bcbec6c4402 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 9 Feb 2025 12:19:24 -0800 Subject: [PATCH] cabal files: use https: for repo url. --- pandoc-cli/pandoc-cli.cabal | 2 +- pandoc.cabal | 2 +- 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.