Skip to content

Commit

Permalink
treewide: Replace other git:// with https://
Browse files Browse the repository at this point in the history
  • Loading branch information
endgame committed Jan 23, 2025
1 parent a826ef3 commit 89d705a
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 7 deletions.
2 changes: 1 addition & 1 deletion examples/examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ build-type: Simple

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: examples

library
Expand Down
2 changes: 1 addition & 1 deletion gen/amazonka-gen.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ build-type: Simple

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: gen

common base
Expand Down
2 changes: 1 addition & 1 deletion lib/amazonka-core/amazonka-core.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ description:

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: lib/amazonka-core

common base
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ description:

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: lib/amazonka-dynamodb-attributevalue

common base
Expand Down
2 changes: 1 addition & 1 deletion lib/amazonka-s3-encryption/amazonka-s3-encryption.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ description:

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: lib/amazonka-s3-encryption

common base
Expand Down
2 changes: 1 addition & 1 deletion lib/amazonka-test/amazonka-test.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ description:

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: lib/amazonka-test

library
Expand Down
2 changes: 2 additions & 0 deletions lib/amazonka/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@

### Fixed

- `.cabal` files name the source repository with a `https://` URL, not a `git://` one (thanks @marinelli)
[\#1026](https://github.com/brendanhay/amazonka/pull/1026)
- `amazonka-*`: GHC 9.8 support
[\#972](https://github.com/brendanhay/amazonka/pull/972)
- `amazonka`: Allow reading the AWS config file when the credentials file is missing [\#951](https://github.com/brendanhay/amazonka/pull/951).
Expand Down
2 changes: 1 addition & 1 deletion lib/amazonka/amazonka.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ description:

source-repository head
type: git
location: git://github.com/brendanhay/amazonka.git
location: https://github.com/brendanhay/amazonka.git
subdir: lib/amazonka

common base
Expand Down

0 comments on commit 89d705a

Please sign in to comment.