pandoc-server: use https: for git repo.

This commit is contained in:
John MacFarlane
2025-02-09 12:24:56 -08:00
parent e4140aa3fd
commit 01a7e6f070
+1 -1
View File
@@ -18,7 +18,7 @@ description: Pandoc-server provides pandoc's document conversion functions
in an HTTP server.
source-repository head
type: git
location: git://github.com/jgm/pandoc.git
location: https://github.com/jgm/pandoc.git
common common-options
default-language: Haskell2010