From 6427230e13d7a6170710c63d2b78cfbf950b7b18 Mon Sep 17 00:00:00 2001 From: Bryan Chen <xlchen1291@gmail.com> Date: Fri, 23 Oct 2020 22:41:21 +1300 Subject: [PATCH] fix description --- nft/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nft/Cargo.toml b/nft/Cargo.toml index 2790e0b..bd84b97 100644 --- a/nft/Cargo.toml +++ b/nft/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "orml-nft" -description = "Utility pallet to perform ROOT calls in a PoA network" +description = "Non-fungible token pallet provides basic functions to create and manager NFT" repository = "https://github.com/open-web3-stack/open-runtime-module-library/tree/master/nft" license = "Apache-2.0" version = "0.3.3-dev" -- GitLab