From a2e050d6b1b4108722c52fd01d53f155ce2d9060 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 9 Jan 2024 14:49:15 +0200 Subject: [PATCH] Use https for source repo url GitHub no longer supports the `git://` protocol. --- openssl-streams.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openssl-streams.cabal b/openssl-streams.cabal index 82f65e3..1e022a4 100644 --- a/openssl-streams.cabal +++ b/openssl-streams.cabal @@ -59,4 +59,4 @@ Test-suite testsuite source-repository head type: git - location: git://github.com/snapframework/openssl-streams.git + location: https://github.com/snapframework/openssl-streams.git