diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,5 +1,11 @@
 # Changelog for password-instances
 
+## 2.0.0.2
+
+-   Fixed `homepage` links in the `.cabal` files.
+    [#34](https://github.com/cdepillabout/password/pull/34)
+    Thanks to [@Radicalautistt](https://github.com/Radicalautistt)
+
 ## 2.0.0.1
 
 -   Fixed README markdown for hackage.
@@ -35,4 +41,3 @@
 ## 0.1.0.0
 
 -   Initial version.
-
diff --git a/password-instances.cabal b/password-instances.cabal
--- a/password-instances.cabal
+++ b/password-instances.cabal
@@ -1,11 +1,11 @@
 cabal-version: 1.12
 
 name:           password-instances
-version:        2.0.0.1
+version:        2.0.0.2
 category:       Data
 synopsis:       typeclass instances for password package
 description:    A library providing typeclass instances for common libraries for the types from the password package.
-homepage:       https://github.com/cdepillabout/password/password-instances#readme
+homepage:       https://github.com/cdepillabout/password/tree/master/password-instances#readme
 bug-reports:    https://github.com/cdepillabout/password/issues
 author:         Dennis Gosnell, Felix Paulusma
 maintainer:     cdep.illabout@gmail.com, felix.paulusma@gmail.com
