diff --git a/CHANGELOG.markdown b/CHANGELOG.markdown
--- a/CHANGELOG.markdown
+++ b/CHANGELOG.markdown
@@ -1,3 +1,7 @@
+1.1.6
+-----
+* Update package metadata information.
+
 1.1.5
 -----
 * Bump `aeson` version.
diff --git a/README.md b/README.md
--- a/README.md
+++ b/README.md
@@ -26,7 +26,7 @@
 
 * From source
 ```
-$ git clone https://github.com/YoEight/eventstore.git
+$ git clone https://gitlab.com/YoEight/eventstore-hs.git
 $ cd eventstore
 $ cabal install --only-dependencies
 $ cabal configure
diff --git a/eventstore.cabal b/eventstore.cabal
--- a/eventstore.cabal
+++ b/eventstore.cabal
@@ -2,14 +2,14 @@
 --
 -- see: https://github.com/sol/hpack
 --
--- hash: 4eae680371896a412e9f8b47fa390b074ea0762b9e8f94b63d8776ed5281ecca
+-- hash: efad84983fbffd630c221007e541d0a71ec04435a4d4e1aa642cc25e5108ccf0
 
 name:           eventstore
-version:        1.1.5
+version:        1.1.6
 synopsis:       EventStore TCP Client
 description:    EventStore TCP Client <https://eventstore.org>
 category:       Database
-homepage:       https://code.coppermine.io/eventsourcing/haskell-ges
+homepage:       https://gitlab.com/YoEight/eventstore-hs.git
 author:         Yorick Laupa
 maintainer:     yo.eight@gmail.com
 copyright:      Yorick Laupa
@@ -24,7 +24,7 @@
 
 source-repository head
   type: git
-  location: https://code.coppermine.io/eventsourcing/haskell-ges
+  location: https://gitlab.com/YoEight/eventstore-hs.git
 
 library
   exposed-modules:
@@ -86,7 +86,7 @@
       ./.
   default-extensions: NoImplicitPrelude OverloadedStrings LambdaCase RecordWildCards RankNTypes TemplateHaskell QuasiQuotes FlexibleContexts MultiParamTypeClasses TypeFamilies ConstraintKinds
   build-depends:
-      aeson >=0.8 && <1.5
+      aeson >=0.8
     , array
     , base >=4.7 && <5
     , bifunctors
@@ -117,7 +117,7 @@
     , stm
     , stm-chans
     , text
-    , time >=1.4 && <1.9
+    , time >=1.4
     , transformers-base
     , unordered-containers
     , uuid ==1.3.*
@@ -165,7 +165,7 @@
     , tasty-hspec
     , tasty-hunit
     , text
-    , time >=1.4 && <1.9
+    , time >=1.4
     , transformers-base
     , unordered-containers
     , uuid
