From a31d67474c797b7c6676cbfdda0d7b2369bc9882 Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Thu, 26 Apr 2018 17:34:55 -0400 Subject: [PATCH] Fix repo link in Cargo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 850d05f95..e8570e25f 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. -- 2.39.5