From 83b05e2718e775bf59010e45ae191d742718480f Mon Sep 17 00:00:00 2001 From: Shaun Wang <spxwang@gmail.com> Date: Fri, 19 Mar 2021 13:00:32 +1300 Subject: [PATCH] Fix description and repo link. (#410) --- 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 045d989..d6b1ae7 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 f367577..3340fba 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"] -- GitLab