diff --git a/LICENSE b/LICENSE
--- a/LICENSE
+++ b/LICENSE
@@ -1,4 +1,4 @@
-Copyright (c) 2017, Nikita Volkov
+Copyright (c) 2017, Metrix.AI
 
 Permission is hereby granted, free of charge, to any person
 obtaining a copy of this software and associated documentation
diff --git a/potoki-cereal.cabal b/potoki-cereal.cabal
--- a/potoki-cereal.cabal
+++ b/potoki-cereal.cabal
@@ -1,21 +1,21 @@
 name:
   potoki-cereal
 version:
-  0.1.3
+  0.1.4
 synopsis:
   Streaming serialization
 category:
   Potoki, Streaming
 homepage:
-  https://github.com/nikita-volkov/potoki-cereal 
+  https://github.com/metrix-ai/potoki-cereal 
 bug-reports:
-  https://github.com/nikita-volkov/potoki-cereal/issues 
+  https://github.com/metrix-ai/potoki-cereal/issues 
 author:
   Nikita Volkov <nikita.y.volkov@mail.ru>
 maintainer:
-  Nikita Volkov <nikita.y.volkov@mail.ru>
+  Metrix.AI Tech Team <tech@metrix.ai>
 copyright:
-  (c) 2017, Nikita Volkov
+  (c) 2017, Metrix.AI
 license:
   MIT
 license-file:
@@ -29,7 +29,7 @@
   type:
     git
   location:
-    git://github.com/nikita-volkov/potoki-cereal.git
+    git://github.com/metrix-ai/potoki-cereal.git
 
 library
   hs-source-dirs:
@@ -49,6 +49,6 @@
     base-prelude >=1 && <2,
     bytestring >=0.10 && <0.11,
     cereal >=0.5 && <0.6,
-    potoki >=0.6.1 && <0.8,
-    potoki-core >=1.2 && <1.4,
+    potoki >=0.9 && <0.10,
+    potoki-core >=1.5 && <1.6,
     text >=1 && <2
