From b8b859bb9000abe0ea133ae648269bcbec6c4402 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sun, 9 Feb 2025 12:19:24 -0800 Subject: cabal files: use https: for repo url. --- pandoc-cli/pandoc-cli.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc-cli') 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 -- cgit v1.2.3