X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=Cargo.toml;h=e8570e25f140f313bd2bbd37da5dd9f8489cf828;hb=a31d67474c797b7c6676cbfdda0d7b2369bc9882;hp=850d05f95df4f9c54bb5e1e0878257f0f4e6548c;hpb=e13a46c8670eefa3e736fbdaca86d048235bcfe5;p=rust-lightning diff --git a/Cargo.toml b/Cargo.toml index 850d05f9..e8570e25 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "lightning" version = "0.0.3" authors = ["Matt Corallo"] license = "Apache-2.0" -repository = "https://github.com/TheBlueMatt/rust-lightning/" +repository = "https://github.com/rust-bitcoin/rust-lightning/" description = """ A Bitcoin Lightning implementation in Rust. Still super-early code-dump quality and is missing large chunks. See README in git repo for suggested projects if you want to contribute. Don't have to bother telling you not to use this for anything serious, because you'd have to finish building it to even try.