diff --git a/README.md b/README.md
index 990a790a..88d663ca 100644
--- a/README.md
+++ b/README.md
@@ -30,4 +30,4 @@
 
 This project is licensed under
 
-* MIT license ([LICENSE-MIT](LICENSE-MIT) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
+* MIT license ([LICENSE](LICENSE) or [http://opensource.org/licenses/MIT](http://opensource.org/licenses/MIT))
diff --git a/ntex-codec/Cargo.toml b/ntex-codec/Cargo.toml
index 4131c905..b0ea312c 100644
--- a/ntex-codec/Cargo.toml
+++ b/ntex-codec/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ntex-codec"
 version = "0.1.2"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 description = "Utilities for encoding and decoding frames"
 keywords = ["network", "framework", "async", "futures"]
 homepage = "https://ntex.rs"
diff --git a/ntex-macros/Cargo.toml b/ntex-macros/Cargo.toml
index f9c5bc52..8cafff55 100644
--- a/ntex-macros/Cargo.toml
+++ b/ntex-macros/Cargo.toml
@@ -3,7 +3,7 @@ name = "ntex-macros"
 version = "0.1.0"
 description = "ntex proc macros"
 readme = "README.md"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 license = "MIT"
 edition = "2018"
 
diff --git a/ntex-router/Cargo.toml b/ntex-router/Cargo.toml
index ddf47259..79368e5c 100644
--- a/ntex-router/Cargo.toml
+++ b/ntex-router/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ntex-router"
 version = "0.3.5"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 description = "Path router"
 keywords = ["ntex"]
 repository = "https://github.com/ntex-rs/ntex.git"
diff --git a/ntex-rt-macros/Cargo.toml b/ntex-rt-macros/Cargo.toml
index 7ac1e06a..5df2461b 100644
--- a/ntex-rt-macros/Cargo.toml
+++ b/ntex-rt-macros/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ntex-rt-macros"
 version = "0.1.0"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 description = "ntex runtime macros"
 repository = "https://github.com/ntex-rs/ntex"
 documentation = "https://docs.rs/ntex-rt-macros/"
diff --git a/ntex-rt/Cargo.toml b/ntex-rt/Cargo.toml
index 172b06ff..437f5d25 100644
--- a/ntex-rt/Cargo.toml
+++ b/ntex-rt/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ntex-rt"
 version = "0.1.1"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 description = "ntex runtime"
 keywords = ["network", "framework", "async", "futures"]
 homepage = "https://ntex.rs"
diff --git a/ntex-service/Cargo.toml b/ntex-service/Cargo.toml
index 580a6d2a..3e6ed7a2 100644
--- a/ntex-service/Cargo.toml
+++ b/ntex-service/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "ntex-service"
 version = "0.1.3"
-authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
+authors = ["ntex contributors <team@ntex.rs>"]
 description = "ntex service"
 keywords = ["network", "framework", "async", "futures"]
 homepage = "https://ntex.rs"
diff --git a/ntex/Cargo.toml b/ntex/Cargo.toml
index 9b7ada43..1e601f6f 100644
--- a/ntex/Cargo.toml
+++ b/ntex/Cargo.toml
@@ -74,7 +74,7 @@ serde_urlencoded = "0.6.1"
 socket2 = "0.3.12"
 url = "2.1"
 time = { version = "0.2.11", default-features = false, features = ["std"] }
-coo-kie = { version = "0.14.1", package = "cookie", optional = true }
+coo-kie = { version = "0.14.2", package = "cookie", optional = true }
 tokio = "0.2.6"
 
 # resolver