diff --git a/bitcoin.cabal b/bitcoin.cabal index f8832384..45db95de 100644 --- a/bitcoin.cabal +++ b/bitcoin.cabal @@ -6,11 +6,11 @@ cabal-version: 1.12 name: bitcoin version: 0.21.2 -synopsis: Bitcoin & Bitcoin Cash library for Haskell -description: Please see the README on GitHub at +synopsis: Bitcoin library for Haskell +description: Please see the README on GitHub at category: Bitcoin, Finance, Network -homepage: http://github.com/haskoin/haskoin#readme -bug-reports: http://github.com/haskoin/haskoin/issues +homepage: http://github.com/haskell-bitcoin/bitcoin#readme +bug-reports: http://github.com/haskell-bitcoin/bitcoin/issues author: Philippe Laprade, Jean-Pierre Rupp, Matthew Wraith, @@ -39,7 +39,7 @@ extra-source-files: source-repository head type: git - location: git://github.com/haskoin/haskoin.git + location: git://github.com/haskell-bitcoin/bitcoin.git library exposed-modules: diff --git a/package.yaml b/package.yaml index b3e88210..9c73976a 100644 --- a/package.yaml +++ b/package.yaml @@ -1,7 +1,7 @@ name: bitcoin version: 0.21.2 -synopsis: Bitcoin & Bitcoin Cash library for Haskell -description: Please see the README on GitHub at +synopsis: Bitcoin library for Haskell +description: Please see the README on GitHub at category: Bitcoin, Finance, Network author: - Philippe Laprade @@ -11,9 +11,9 @@ author: maintainer: keagan.mcclelland@gmail.com license: MIT license-file: LICENSE -homepage: http://github.com/haskoin/haskoin#readme -git: git://github.com/haskoin/haskoin.git -bug-reports: http://github.com/haskoin/haskoin/issues +homepage: http://github.com/haskell-bitcoin/bitcoin#readme +git: git://github.com/haskell-bitcoin/bitcoin.git +bug-reports: http://github.com/haskell-bitcoin/bitcoin/issues extra-source-files: - data/*.json - README.md @@ -22,10 +22,8 @@ dependencies: - array >= 0.5.4.0 - base >=4.9 && <5 - base16 >= 0.3.0.1 - # - binary >= 0.8.8 - bytes >= 0.17 - bytestring >= 0.10.10.0 - # - cereal >= 0.5.8 - containers >= 0.6.2.1 - cryptonite >= 0.26 - deepseq >= 1.4.4.0