diff --git a/CHANGES b/CHANGES
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
-next:
+1.1.0.3:
 - bump hspec
+- add readme w/ contributing instructions
+- switch to stagit
 
 1.1.0.1:
 - Bump hspec
diff --git a/linebreak.cabal b/linebreak.cabal
--- a/linebreak.cabal
+++ b/linebreak.cabal
@@ -1,12 +1,12 @@
 name:                linebreak
-version:             1.1.0.2
+version:             1.1.0.3
 synopsis:            breaks strings to fit width
 description:         Simple functions to break a String to fit a maximum text
                      width, using Knuth-Liang hyphenation algorhitm.
 license:             BSD3
 license-file:        LICENSE
 author:              Francesco Ariis
-homepage:            http://ariis.it/static/articles/linebreak/page.html
+homepage:            http://www.ariis.it/static/articles/libraries/page.html#linebreak
 maintainer:          fa-ml@ariis.it
 category:            Text
 build-type:          Simple
@@ -16,7 +16,7 @@
 
 source-repository head
   type:     git
-  location: https://gitlab.com/fffaaa/linebreak
+  location: http://www.ariis.it/static/repos/stagit/line-drawing/
 
 library
   -- Modules exported by the library.
