We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10611a1 commit ebea65aCopy full SHA for ebea65a
Cargo.toml
@@ -5,8 +5,8 @@ authors = ["Linfeng Qian <thewawar@gmail.com>", "Nervos Core Dev <dev@nervos.org
5
edition = "2018"
6
license = "MIT"
7
description = "Rust SDK for CKB"
8
-homepage = "https://github.com/cryptape/ckb-sdk"
9
-repository = "https://github.com/cryptape/ckb-sdk"
+homepage = "https://github.com/nervosnetwork/ckb-sdk"
+repository = "https://github.com/nervosnetwork/ckb-sdk"
10
11
[dependencies]
12
serde = { version = "1.0", features = ["derive"] }
0 commit comments