diff --git a/AlgorithmW.cabal b/AlgorithmW.cabal
--- a/AlgorithmW.cabal
+++ b/AlgorithmW.cabal
@@ -1,5 +1,5 @@
 name:                AlgorithmW
-version:             0.1.0.2
+version:             0.1.0.3
 synopsis:            Example implementation of Algorithm W for Hindley-Milner 
 		     type inference.
 description:         Complete implementation of the classic
@@ -19,7 +19,7 @@
 
 source-repository head
   type:     git
-  location: https://github.com/mgrabmueller/disassembler
+  location: https://github.com/mgrabmueller/AlgorithmW
 
 executable AlgorithmW
   main-is:             AlgorithmW.lhs
diff --git a/ChangeLog.md b/ChangeLog.md
--- a/ChangeLog.md
+++ b/ChangeLog.md
@@ -1,3 +1,6 @@
+# 0.1.0.3
+* Fix git repo link in .cabal file.
+
 # 0.1.0.2
 * Updated links in .cabal file to point to Github.
 
