Skip to content

Commit

Permalink
refactor: repo uri in tomls
Browse files Browse the repository at this point in the history
  • Loading branch information
wischli committed Oct 5, 2022
1 parent d6288a8 commit 21d5268
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pallets/attestation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Enables adding and revoking attestations."
edition = "2021"
name = "attestation"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/ctype/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Enables adding CTypes."
edition = "2021"
name = "ctype"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/delegation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Enables creating and revoking root nodes of delegation hierarchies; adding and revoking delegation nodes based on root nodes."
edition = "2021"
name = "delegation"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/did/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Enables adding and removing decentralized identifiers (DIDs)."
edition = "2021"
name = "did"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-did-lookup/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Lookup the DID for a blockchain account."
edition = "2021"
name = "pallet-did-lookup"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-inflation/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Substrate pallet issueing a pre-configured amount of tokens to the treasury."
edition = "2021"
name = "pallet-inflation"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion pallets/pallet-web3-names/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Unique Web3 nicknames for KILT DIDs."
edition = "2021"
name = "pallet-web3-names"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[package.metadata.docs.rs]
Expand Down
2 changes: 1 addition & 1 deletion support/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <[email protected]>"]
description = "Shared traits and structs used across the KILT pallets"
edition = "2021"
name = "kilt-support"
repository = "https://github.com/KILTprotocol/mashnet-node"
repository = "https://github.com/KILTprotocol/kilt-node"
version = "1.7.4"

[dependencies]
Expand Down

0 comments on commit 21d5268

Please sign in to comment.