From 99814ca8afa5b6e257c12fb9ba56c5a3595517ac Mon Sep 17 00:00:00 2001 From: Vincent Hanquez Date: Sun, 11 Oct 2015 10:50:26 +0100 Subject: [PATCH] change URL --- cryptonite.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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