diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -1,4 +1,4 @@
-# failable
+# Control.Monad.Failable
 #### Yet another "error" handling monad (class)
 
 This library provides a 'Failable' error monad class to unify failure across monads and
diff --git a/failable.cabal b/failable.cabal
--- a/failable.cabal
+++ b/failable.cabal
@@ -4,12 +4,12 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: ff6aece6bf22bb1b3620af9875c66efc4beb3470e1cffbfa8cbff2b06b5a0b8e
+-- hash: 017ba691ee87716cab21fcf1f65adf24ca7da1417e8abac7aaf260871f21716d
 
 name:           failable
-version:        0.1.0.1
+version:        0.1.0.2
 synopsis:       A 'Failable' error monad class to unify failure across monads that can fail
-description:    Please see the README on GitHub at <https://github.com/githubuser/failable#readme>
+description:    Please see the README on Gitlab at <https://gitlab.com/codemonkeylabs/failable#readme>
 category:       control, exceptions, monad
 author:         Erick Gonzalez
 maintainer:     erick@codemonkeylabs.de
