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.cabal b/potoki.cabal
--- a/potoki.cabal
+++ b/potoki.cabal
@@ -1,7 +1,7 @@
 name:
   potoki
 version:
-  0.8
+  0.9
 synopsis:
   Simple streaming in IO
 description:
@@ -30,18 +30,21 @@
   Also, in difference to \"io-streams\", \"potoki\" doesn't use exceptions for control-flow.
   In fact, \"potoki\" doesn't use exceptions whatsoever,
   instead it makes failures explicit, using the standard @Either@ type.
+  .
+  \"potoki\" comes with automated resource-management (acquisition and clean-up),
+  concurrency and buffering features.
 category:
   Streaming
 homepage:
-  https://github.com/nikita-volkov/potoki 
+  https://github.com/metrix-ai/potoki 
 bug-reports:
-  https://github.com/nikita-volkov/potoki/issues 
+  https://github.com/metrix-ai/potoki/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:
@@ -55,7 +58,7 @@
   type:
     git
   location:
-    git://github.com/nikita-volkov/potoki.git
+    git://github.com/metrix-ai/potoki.git
 
 library
   hs-source-dirs:
@@ -81,7 +84,7 @@
     directory >=1.3 && <2,
     foldl >=1.3 && <2,
     hashable >=1 && <2,
-    potoki-core >=1.4 && <1.5,
+    potoki-core >=1.5 && <1.6,
     profunctors >=5.2 && <6,
     text >=1 && <2,
     unagi-chan >=0.4 && <0.5,
