Fix repo link in Cargo
authorMatt Corallo <git@bluematt.me>
Thu, 26 Apr 2018 21:34:55 +0000 (17:34 -0400)
committerMatt Corallo <git@bluematt.me>
Thu, 26 Apr 2018 21:35:09 +0000 (17:35 -0400)
Cargo.toml

index 850d05f95df4f9c54bb5e1e0878257f0f4e6548c..e8570e25f140f313bd2bbd37da5dd9f8489cf828 100644 (file)
@@ -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.