diff --git a/Cargo.toml b/Cargo.toml index a26b96e..3f45924 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,7 @@ [workspace.package] authors = ["Metaquity Network "] edition = "2021" +homepage = "https://metaquity.xyz/" repository = "https://github.com/Metaquity-Network/metaquity-network-node" [workspace] diff --git a/node/Cargo.toml b/node/Cargo.toml index f1d5462..5809747 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -3,7 +3,7 @@ authors.workspace = true build = "build.rs" description = "Metaquity Network is the World's First Permissioned Blockchain Network and DeFi Protocol for Real World Assets (RWA)." edition.workspace = true -homepage = "https://www.metaquity.xyz/" +homepage.workspace = true license = "Unlicense" name = "metaquity-network" publish = false diff --git a/runtime/devnet/Cargo.toml b/runtime/devnet/Cargo.toml index e90e652..92c5471 100644 --- a/runtime/devnet/Cargo.toml +++ b/runtime/devnet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors.workspace = true description = "Metaquity devnet runtime." edition.workspace = true -homepage = "https://substrate.io" +homepage.workspace = true license = "Unlicense" repository.workspace = true diff --git a/runtime/mainnet/Cargo.toml b/runtime/mainnet/Cargo.toml index fc237ab..32bc571 100644 --- a/runtime/mainnet/Cargo.toml +++ b/runtime/mainnet/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors.workspace = true description = "Metaquity mainnet runtime." edition.workspace = true -homepage = "https://substrate.io" +homepage.workspace = true license = "Unlicense" repository.workspace = true