Skip to content

Commit 659d890

Browse files
committed
Change urls in .cabal files
1 parent 8579faf commit 659d890

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

aeson.cabal

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ stability: experimental
1111
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
1212
synopsis: Fast JSON parsing and encoding
1313
cabal-version: >= 1.10
14-
homepage: https://github.com/bos/aeson
15-
bug-reports: https://github.com/bos/aeson/issues
14+
homepage: https://github.com/haskell/aeson
15+
bug-reports: https://github.com/haskell/aeson/issues
1616
build-type: Simple
1717
description:
1818
A JSON parsing and encoding library optimized for ease of use
@@ -261,4 +261,4 @@ test-suite aeson-tests
261261

262262
source-repository head
263263
type: git
264-
location: git://github.com/bos/aeson.git
264+
location: git://github.com/haskell/aeson.git

attoparsec-iso8601/attoparsec-iso8601.cabal

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ author: Bryan O'Sullivan <[email protected]>
1111
maintainer: Adam Bergmark <[email protected]>
1212
stability: experimental
1313
cabal-version: >=1.10
14-
homepage: https://github.com/bos/aeson
15-
bug-reports: https://github.com/bos/aeson/issues
14+
homepage: https://github.com/haskell/aeson
15+
bug-reports: https://github.com/haskell/aeson/issues
1616
build-type: Simple
1717
tested-with: GHC == 7.8.4, GHC == 7.10.3, GHC == 8.0.2, GHC == 8.2.2, GHC == 8.4.4, GHC == 8.6.5, GHC == 8.8.3, GHC == 8.10.1
1818
extra-source-files:
@@ -54,4 +54,5 @@ library
5454

5555
source-repository head
5656
type: git
57-
location: git://github.com/bos/aeson.git
57+
location: git://github.com/haskell/aeson.git
58+
subdir: attoparsec-iso8601

0 commit comments

Comments
 (0)