diff --git a/node/Cargo.toml b/node/Cargo.toml index 97009caecb8c95e7f270711d8c087571bdbea1bd..1bd7bcc7c66871ce651d8a8c9a16e943827fd27d 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -15,7 +15,7 @@ edition = '2018' homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'lc-core' -repository = 'https://github.com/substrate-developer-hub/substrate-lc-core/' +repository = 'https://git.duniter.org/nodes/rust/lc-core-substrate' version = '3.0.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/identity/Cargo.toml b/pallets/identity/Cargo.toml index c20edfc13e6e4d1388c4ec8eb64439e79d07b120..7f7017175a8c5e56c1a44b16b3538d798ad3d450 100644 --- a/pallets/identity/Cargo.toml +++ b/pallets/identity/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'pallet-identity' readme = 'README.md' -repository = 'https://github.com/substrate-developer-hub/substrate-lc-core/' +repository = 'https://git.duniter.org/nodes/rust/lc-core-substrate' version = '3.0.0' [features] diff --git a/pallets/identity/README.md b/pallets/identity/README.md deleted file mode 100644 index 8d751a42207ddd3f2d4d361248077a468b64f36a..0000000000000000000000000000000000000000 --- a/pallets/identity/README.md +++ /dev/null @@ -1 +0,0 @@ -License: Unlicense \ No newline at end of file diff --git a/pallets/ud-accounts-storage/Cargo.toml b/pallets/ud-accounts-storage/Cargo.toml index f6ca77c91f20fc21848ae011aedb694f39b4ae01..2ec71303aeaddfa3e1b150db675196f3b47897af 100644 --- a/pallets/ud-accounts-storage/Cargo.toml +++ b/pallets/ud-accounts-storage/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'pallet-ud-accounts-storage' readme = 'README.md' -repository = 'https://github.com/substrate-developer-hub/substrate-lc-core/' +repository = 'https://git.duniter.org/nodes/rust/lc-core-substrate' version = '3.0.0' [features] diff --git a/pallets/universal-dividend/Cargo.toml b/pallets/universal-dividend/Cargo.toml index 72ffdb2b8ca7e6cc9ab0ed83d2cf774241a44827..7f74838eb66aae0a0a04a04dd7e918219c0fa595 100644 --- a/pallets/universal-dividend/Cargo.toml +++ b/pallets/universal-dividend/Cargo.toml @@ -5,7 +5,7 @@ edition = '2018' homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'pallet-universal-dividend' -repository = 'https://github.com/substrate-developer-hub/substrate-lc-core/' +repository = 'https://git.duniter.org/nodes/rust/lc-core-substrate' version = '3.0.0' [features] diff --git a/runtime/Cargo.toml b/runtime/Cargo.toml index fd7d69167a99b239c681197b92825aa3e0d29e8b..1ea14d770defb9ea24bd2f1aa2a2bf94cc2ebc30 100644 --- a/runtime/Cargo.toml +++ b/runtime/Cargo.toml @@ -9,7 +9,7 @@ edition = '2018' homepage = 'https://substrate.dev' license = 'AGPL-3.0' name = 'lc-core-runtime' -repository = 'https://github.com/substrate-developer-hub/substrate-lc-core/' +repository = 'https://git.duniter.org/nodes/rust/lc-core-substrate' version = '3.0.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu']