From 4a0f1d84b8d73f0ab8e8e5928b174aa73960b35f Mon Sep 17 00:00:00 2001 From: Shaun Wang Date: Fri, 19 Mar 2021 12:50:03 +1300 Subject: [PATCH] Fix description and repo link. --- xcm-support/Cargo.toml | 2 +- xtokens/Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml index 045d9898c..d6b1ae783 100644 --- a/xcm-support/Cargo.toml +++ b/xcm-support/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-xcm-support" -description = "Crosschain token transfer" +description = "Supporting module for XCM integration." repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xcm-support" license = "Apache-2.0" version = "0.4.1-dev" diff --git a/xtokens/Cargo.toml b/xtokens/Cargo.toml index f36757779..3340fbacc 100644 --- a/xtokens/Cargo.toml +++ b/xtokens/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "orml-xtokens" -description = "Crosschain token transfer" -repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/tokens" +description = "Cross-chain token transfer." +repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/xtokens" license = "Apache-2.0" version = "0.4.1-dev" authors = ["Acala Developers"]