Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion attoparsec-aeson/attoparsec-aeson.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion attoparsec-iso8601/attoparsec-iso8601.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion text-iso8601/text-iso8601.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down