diff --git a/contracts/hub/Cargo.toml b/contracts/hub/Cargo.toml index 728ffd6..e371360 100644 --- a/contracts/hub/Cargo.toml +++ b/contracts/hub/Cargo.toml @@ -5,8 +5,8 @@ authors = ["larry "] edition = "2021" description = "Badge Hub contract is where event organizers create, mint, or edit badges." readme = "README.md" -homepage = "https://larry.engineer" -repository = "https://github.com/st4k3h0us3/badges" +homepage = "https://badges.fun" +repository = "https://github.com/steak-enjoyers/badges" license = "GPL-3.0-or-later" keywords = ["nft", "cosmos", "cosmwasm", "stargaze"] diff --git a/contracts/nft/Cargo.toml b/contracts/nft/Cargo.toml index 5f88147..5e300e9 100644 --- a/contracts/nft/Cargo.toml +++ b/contracts/nft/Cargo.toml @@ -5,8 +5,8 @@ authors = ["larry "] edition = "2021" description = "Badge NFT is the implementation of SG-721 contract for the Badges project" readme = "README.md" -homepage = "https://larry.engineer" -repository = "https://github.com/st4k3h0us3/badges" +homepage = "https://badges.fun" +repository = "https://github.com/steak-enjoyers/badges" license = "GPL-3.0-or-later" keywords = ["nft", "cosmos", "cosmwasm", "stargaze"] diff --git a/packages/badges/Cargo.toml b/packages/badges/Cargo.toml index 5a6b5a0..8ae6976 100644 --- a/packages/badges/Cargo.toml +++ b/packages/badges/Cargo.toml @@ -5,8 +5,8 @@ authors = ["larry "] edition = "2021" description = "Badges allows anyone to create digital badges, as rewards for participantion in events or achieving certain accomplishments" readme = "README.md" -homepage = "https://larry.engineer" -repository = "https://github.com/st4k3h0us3/badges" +homepage = "https://badges.fun" +repository = "https://github.com/steak-enjoyers/badges" license = "GPL-3.0-or-later" keywords = ["nft", "cosmos", "cosmwasm", "stargaze"]