changing url to reflect libbolt new home

This commit is contained in:
J. Ayo Akinyele 2018-09-06 20:16:40 -04:00
parent 5dabcf5e04
commit eee1de5616
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ authors = ["J. Ayo Akinyele <ayo@yeletech.org>"]
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]

View File

@ -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