From 6458853e171d973845287c3d35edeb89f0654c5c Mon Sep 17 00:00:00 2001 From: Michel Boucey Date: Mon, 3 Nov 2025 09:45:17 +0100 Subject: [PATCH] Git clone URL protocol moved from git:// to https:// protocol --- README.markdown | 2 +- aeson.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.markdown b/README.markdown index 1a32b1d26..5ebf7ea41 100644 --- a/README.markdown +++ b/README.markdown @@ -14,7 +14,7 @@ Please report bugs via the Master [git repository](http://github.com/haskell/aeson): -* `git clone git://github.com/haskell/aeson.git` +* `git clone https://github.com/haskell/aeson.git` See what's changed in recent (and upcoming) releases: diff --git a/aeson.cabal b/aeson.cabal index f65000982..977e56ad6 100644 --- a/aeson.cabal +++ b/aeson.cabal @@ -245,4 +245,4 @@ test-suite aeson-tests source-repository head type: git - location: git://github.com/haskell/aeson.git + location: https://github.com/haskell/aeson.git