From 121cc96d8a6adf44cde77ce1baa284237500ca13 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 29 Aug 2025 20:31:10 +0300 Subject: [PATCH] Change Git repository location to HTTPS `git://` is no longer supported. --- gitit.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gitit.cabal b/gitit.cabal index 75f90636c..3033a4ada 100644 --- a/gitit.cabal +++ b/gitit.cabal @@ -97,7 +97,7 @@ data-files: data/static/css/screen.css, data/static/css/print.css, Source-repository head type: git - location: git://github.com/jgm/gitit.git + location: https://github.com/jgm/gitit.git Flag plugins description: Compile in support for plugins. This will increase the size of