diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -27,3 +27,6 @@
 
 0.1.0.10:
 		* fixed .cabal repository line
+
+0.1.0.11:
+		* fixed .cabal repository line
diff --git a/THANKS b/THANKS
new file mode 100644
--- /dev/null
+++ b/THANKS
@@ -0,0 +1,1 @@
+ * Nicolas Dudebout fixed the plot-gtk.cabal repository line
diff --git a/plot-gtk.cabal b/plot-gtk.cabal
--- a/plot-gtk.cabal
+++ b/plot-gtk.cabal
@@ -1,5 +1,5 @@
 Name:                plot-gtk
-Version:             0.1.0.10
+Version:             0.1.0.11
 License:             BSD3
 License-file:        LICENSE
 Copyright:           (c) A.V.H. McPhail 2010
@@ -20,7 +20,7 @@
 Cabal-version:       >= 1.8
 Build-type:          Simple
 
-Extra-source-files:  README, CHANGES, LICENSE
+Extra-source-files:  README, CHANGES, LICENSE, THANKS
 
 library
 
@@ -48,4 +48,4 @@
 
 source-repository head
   type:     git
-  location: https://github.com/amcphail/gtk.git
+  location: https://github.com/amcphail/plot-gtk.git
