diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@
 
 [![Build Status](https://travis-ci.org/airalab/hs-web3.svg?branch=master)](https://travis-ci.org/airalab/hs-web3)
 [![Build status](https://ci.appveyor.com/api/projects/status/ly40a39ojsxpv24w?svg=true)](https://ci.appveyor.com/project/akru/hs-web3)
-![Hackage](https://img.shields.io/hackage/v/web3.svg)
+[![Hackage](https://img.shields.io/hackage/v/web3.svg)](http://hackage.haskell.org/package/web3)
 ![Hackage Dependencies](https://img.shields.io/hackage-deps/v/web3.svg)
 ![Haskell Programming Language](https://img.shields.io/badge/language-Haskell-blue.svg)
 ![BSD3 License](http://img.shields.io/badge/license-BSD3-brightgreen.svg)
diff --git a/web3.cabal b/web3.cabal
--- a/web3.cabal
+++ b/web3.cabal
@@ -1,8 +1,8 @@
 name:                web3
-version:             0.3.2.0
+version:             0.3.2.1
 synopsis:            Ethereum API for Haskell
 description:         Web3 is a Haskell client library for Ethereum
-homepage:            https://github.com/airalab/web3#readme
+homepage:            https://github.com/airalab/hs-web3#readme
 license:             BSD3
 license-file:        LICENSE
 author:              Alexander Krupenkin
@@ -19,7 +19,7 @@
 
 source-repository head
   type:     git
-  location: https://github.com/airalab/web3
+  location: https://github.com/airalab/hs-web3
 
 library
   hs-source-dirs:      src
