diff --git a/Cargo.toml b/Cargo.toml index ba2c573..a6c32d4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ authors = ["J. Ayo Akinyele "] description = "library for Blind Off-chain Lightweight Transactions (BOLT)" keywords = ["zcash", "payment channels", "bolt"] readme = "README.md" -homepage = "https://github.com/yeletech/libbolt" -repository = "https://github.com/yeletech/libbolt" +homepage = "https://github.com/ZcashFoundation/libbolt" +repository = "https://github.com/ZcashFoundation/libbolt" license = "MIT License" [dependencies] diff --git a/README.md b/README.md index 7a81bc7..8594b54 100644 --- a/README.md +++ b/README.md @@ -289,7 +289,7 @@ For the libbolt design documentation, see the `docs/bolt_design.pdf` document. To contribute code improvements, please checkout the repository, make your changes and submit a pull request. - git clone https://github.com/yeletech/libbolt.git + git clone https://github.com/ZcashFoundation/libbolt.git # TODOs