From e1b772a4ecfde046a85a863e0e8a5c8da76dae1c Mon Sep 17 00:00:00 2001 From: librelois <c@elo.tf> Date: Wed, 14 Jul 2021 19:37:02 +0200 Subject: [PATCH] update repository link --- node/Cargo.toml | 2 +- pallets/identity/Cargo.toml | 2 +- pallets/identity/README.md | 1 - pallets/ud-accounts-storage/Cargo.toml | 2 +- pallets/universal-dividend/Cargo.toml | 2 +- runtime/Cargo.toml | 2 +- 6 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 pallets/identity/README.md diff --git a/node/Cargo.toml b/node/Cargo.toml index 97009caec..1bd7bcc7c 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 c20edfc13..7f7017175 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 8d751a422..000000000 --- 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 f6ca77c91..2ec71303a 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 72ffdb2b8..7f74838eb 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 fd7d69167..1ea14d770 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'] -- GitLab