Skip to content

Commit

Permalink
Add workspace value for homepage
Browse files Browse the repository at this point in the history
  • Loading branch information
khssnv committed Oct 16, 2023
1 parent 08bce1d commit 60126d3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[workspace.package]
authors = ["Metaquity Network <[email protected]>"]
edition = "2021"
homepage = "https://metaquity.xyz/"
repository = "https://github.com/Metaquity-Network/metaquity-network-node"

[workspace]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion runtime/devnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion runtime/mainnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 60126d3

Please sign in to comment.