From 5f93beffe58b334870b34687e2269b55b2c197ba Mon Sep 17 00:00:00 2001 From: Jens Petersen Date: Mon, 21 Oct 2024 14:08:30 +0800 Subject: [PATCH] yesod-test.cabal: switch to https url for git git:// is not widely supported is better not to use. IWBN to have a issues link too, but this minimal change seems good enough... so one can directly reach the github repo from the Hackage page --- yesod-test/yesod-test.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yesod-test/yesod-test.cabal b/yesod-test/yesod-test.cabal index e4596288c..489def70e 100644 --- a/yesod-test/yesod-test.cabal +++ b/yesod-test/yesod-test.cabal @@ -75,4 +75,4 @@ test-suite test source-repository head type: git - location: git://github.com/yesodweb/yesod.git + location: https://github.com/yesodweb/yesod.git