From 6489c11185dad037eaf278dd559959aedf27ae40 Mon Sep 17 00:00:00 2001 From: LongYinan Date: Wed, 15 Jul 2020 01:23:23 +0800 Subject: [PATCH] doc: update git repo url --- build/Cargo.toml | 2 +- napi-derive/Cargo.toml | 2 +- napi/Cargo.toml | 2 +- sys/Cargo.toml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/build/Cargo.toml b/build/Cargo.toml index 3258c45f..d0c56ca7 100644 --- a/build/Cargo.toml +++ b/build/Cargo.toml @@ -5,7 +5,7 @@ authors = ["LongYinan "] edition = "2018" description = "N-API build support" readme = "README.md" -repository = "https://github.com/Brooooooklyn/napi-rs" +repository = "https://github.com/napi-rs/napi-rs" license = "MIT" keywords = ["NodeJS", "FFI", "NAPI", "n-api"] diff --git a/napi-derive/Cargo.toml b/napi-derive/Cargo.toml index b8d025c9..956c44e6 100644 --- a/napi-derive/Cargo.toml +++ b/napi-derive/Cargo.toml @@ -5,7 +5,7 @@ authors = ["LongYinan "] edition = "2018" description = "N-API procedural macros" readme = "README.md" -repository = "https://github.com/Brooooooklyn/napi-rs" +repository = "https://github.com/napi-rs/napi-rs" license = "MIT" keywords = ["NodeJS", "FFI", "NAPI", "n-api"] diff --git a/napi/Cargo.toml b/napi/Cargo.toml index a9ef3848..8e4ef1c3 100644 --- a/napi/Cargo.toml +++ b/napi/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Nathan Sobo ", "Yinan Long "] license = "MIT" description = "N-API bindings" readme = "README.md" -repository = "https://github.com/Brooooooklyn/napi-rs" +repository = "https://github.com/napi-rs/napi-rs" keywords = ["NodeJS", "FFI", "NAPI", "n-api"] edition = "2018" diff --git a/sys/Cargo.toml b/sys/Cargo.toml index a92e08a5..da8cfe95 100644 --- a/sys/Cargo.toml +++ b/sys/Cargo.toml @@ -4,7 +4,7 @@ version = "0.4.0" authors = ["LongYinan "] edition = "2018" readme = "README.md" -repository = "https://github.com/Brooooooklyn/napi-rs" +repository = "https://github.com/napi-rs/napi-rs" license = "MIT" keywords = ["NodeJS", "FFI", "NAPI", "n-api"]