diff --git a/Cargo.toml b/Cargo.toml index 900e286..e898b3f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,8 +7,8 @@ resolver = "2" [workspace.package] authors = ["Yuki Kishimoto "] -homepage = "https://github.com/yukibtc/rust-webln" -repository = "https://github.com/yukibtc/rust-webln.git" +homepage = "https://github.com/shadowylab/webln" +repository = "https://github.com/shadowylab/webln.git" license = "MIT" rust-version = "1.64.0" # TODO: check MSRV diff --git a/webln/Cargo.toml b/webln/Cargo.toml index e4ea500..8a92f11 100644 --- a/webln/Cargo.toml +++ b/webln/Cargo.toml @@ -14,6 +14,6 @@ keywords = ["webln", "lightning", "bitcoin"] [dependencies] js-sys.workspace = true secp256k1 = { version = "0.27", default-features = false, features = ["std"] } -wasm-bindgen = { workspace = true, features = ["std"]} +wasm-bindgen = { workspace = true, features = ["std"] } wasm-bindgen-futures.workspace = true web-sys = { version = "0.3", default-features = false, features = ["Window"] }