diff --git a/secp256k1-haskell.cabal b/secp256k1-haskell.cabal
--- a/secp256k1-haskell.cabal
+++ b/secp256k1-haskell.cabal
@@ -5,12 +5,12 @@
 -- see: https://github.com/sol/hpack
 
 name:           secp256k1-haskell
-version:        1.4.2
+version:        1.4.3
 synopsis:       Bindings for secp256k1
 description:    Sign and verify signatures using the secp256k1 library.
 category:       Crypto
-homepage:       http://github.com/haskoin/secp256k1-haskell#readme
-bug-reports:    https://github.com/haskoin/secp256k1-haskell/issues
+homepage:       http://github.com/jprupp/secp256k1-haskell#readme
+bug-reports:    https://github.com/jprupp/secp256k1-haskell/issues
 author:         Jean-Pierre Rupp
 maintainer:     jprupp@protonmail.ch
 copyright:      (c) 2017 Jean-Pierre Rupp
@@ -22,7 +22,7 @@
 
 source-repository head
   type: git
-  location: https://github.com/haskoin/secp256k1-haskell
+  location: https://github.com/jprupp/secp256k1-haskell
 
 library
   exposed-modules:
