cabal files: use https: for repo url.

This commit is contained in:
John MacFarlane
2025-02-09 12:19:24 -08:00
parent fff93fca1b
commit b8b859bb90
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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.