TODO already cleaned by #16
[rust-lightning] / Cargo.toml
index f097d7fbc65d46ab62643254d720b42a97a08bf2..e8570e25f140f313bd2bbd37da5dd9f8489cf828 100644 (file)
@@ -1,9 +1,9 @@
 [package]
 name = "lightning"
-version = "0.0.2"
+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.