Skip to content

Commit

Permalink
Rename organization
Browse files Browse the repository at this point in the history
  • Loading branch information
dudo50 committed Oct 24, 2024
1 parent a3925b4 commit f35478c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion templates/parachain/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-parachain-xcnft"
authors = ["ParaSpell Foundation"]
authors = ["ParaSpell Research"]
description = "Pallet for NFT sharing using XCM."
version = "0.1.0"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain/pallets/xcnft/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # xcNFT Pallet by ParaSpell✨ Foundation team
//! # xcNFT Pallet by ParaSpell✨ Research team
//!
//! Pallet is made under [MIT](https://github.com/paraspell-research-foundation/xcNFT-Pallet/blob/main/LICENSE) license and is thereby free to use, modify, and distribute.
//!
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain_two/pallets/xcnft/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-parachain-xcnft-two"
authors = ["ParaSpell Foundation"]
authors = ["ParaSpell Research"]
description = "Pallet for NFT sharing using XCM."
version = "0.1.0"
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion templates/parachain_two/pallets/xcnft/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! # xcNFT Pallet by ParaSpell✨ Foundation team
//! # xcNFT Pallet by ParaSpell✨ Research team
//!
//! Pallet is made under [MIT](https://github.com/paraspell-research-foundation/xcNFT-Pallet/blob/main/LICENSE) license and is thereby free to use, modify, and distribute.
//!
Expand Down

0 comments on commit f35478c

Please sign in to comment.