From: Matt Corallo Date: Thu, 26 Apr 2018 21:34:55 +0000 (-0400) Subject: Fix repo link in Cargo X-Git-Tag: v0.0.12~409^2 X-Git-Url: http://git.bitcoin.ninja/index.cgi?p=rust-lightning;a=commitdiff_plain;h=a31d67474c797b7c6676cbfdda0d7b2369bc9882 Fix repo link in Cargo --- 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.