diff --git a/README.markdown b/README.markdown index 1a32b1d2..5ebf7ea4 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 f6500098..977e56ad 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 diff --git a/attoparsec-aeson/attoparsec-aeson.cabal b/attoparsec-aeson/attoparsec-aeson.cabal index 947c8873..c1fee98c 100644 --- a/attoparsec-aeson/attoparsec-aeson.cabal +++ b/attoparsec-aeson/attoparsec-aeson.cabal @@ -56,5 +56,5 @@ library source-repository head type: git - location: git://github.com/haskell/aeson.git + location: https://github.com/haskell/aeson.git subdir: attoparsec-aeson diff --git a/attoparsec-iso8601/attoparsec-iso8601.cabal b/attoparsec-iso8601/attoparsec-iso8601.cabal index ad06ad79..bf8285e6 100644 --- a/attoparsec-iso8601/attoparsec-iso8601.cabal +++ b/attoparsec-iso8601/attoparsec-iso8601.cabal @@ -51,5 +51,5 @@ library source-repository head type: git - location: git://github.com/haskell/aeson.git + location: https://github.com/haskell/aeson.git subdir: attoparsec-iso8601 diff --git a/text-iso8601/text-iso8601.cabal b/text-iso8601/text-iso8601.cabal index 6a1eb4e7..25515e05 100644 --- a/text-iso8601/text-iso8601.cabal +++ b/text-iso8601/text-iso8601.cabal @@ -34,7 +34,7 @@ extra-source-files: changelog.md source-repository head type: git - location: git://github.com/haskell/aeson.git + location: https://github.com/haskell/aeson.git subdir: text-iso8601 library