diff --git a/xcm-support/Cargo.toml b/xcm-support/Cargo.toml
index 045d9898cdf7dc7ac856805f013c81dcedd2a785..d6b1ae783e1ddd9b22dcdeecc601c5fdef2426fa 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 f367577798bb66cabd57d0e0e1f7b3ec99cc1aa0..3340fbacc1b2db09dd36ff067b68cefe03a238c4 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"]