diff --git a/buildable.cabal b/buildable.cabal
--- a/buildable.cabal
+++ b/buildable.cabal
@@ -1,5 +1,5 @@
 name:                buildable
-version:             0.1.0.1
+version:             0.1.0.2
 synopsis:            Typeclass for builders of linear data structures
 description: {
 Various linear data structures can be expensive to construct in a
@@ -56,4 +56,4 @@
 
 source-repository head
     type:         darcs
-    location:     http://hub.darcs.net/ivanm/graphviz
+    location:     http://hub.darcs.net/ivanm/buildable
diff --git a/changelog b/changelog
--- a/changelog
+++ b/changelog
@@ -1,3 +1,7 @@
+0.1.0.2
+
+* Actually point to the correct source-repository
+
 0.1.0.1
 
 * Add source-repository information to .cabal file
