diff --git a/cryptonite.cabal b/cryptonite.cabal index 8578062..655d791 100644 --- a/cryptonite.cabal +++ b/cryptonite.cabal @@ -31,8 +31,8 @@ Maintainer: vincent@snarc.org Category: Cryptography Stability: experimental Build-Type: Simple -Homepage: https://github.com/vincenthz/cryptonite -Bug-reports: https://github.com/vincenthz/cryptonite/issues +Homepage: https://github.com/haskell-crypto/cryptonite +Bug-reports: https://github.com/haskell-crypto/cryptonite/issues Cabal-Version: >=1.10 extra-doc-files: README.md CHANGELOG.md extra-source-files: cbits/*.h @@ -44,7 +44,7 @@ extra-source-files: cbits/*.h source-repository head type: git - location: https://github.com/vincenthz/cryptonite + location: https://github.com/haskell-crypto/cryptonite Flag support_aesni Description: allow compilation with AESNI on system and architecture that supports it