diff --git a/clients/js/package.json b/clients/js/package.json index 17128dd..5650253 100644 --- a/clients/js/package.json +++ b/clients/js/package.json @@ -1,5 +1,5 @@ { - "name": "@metaplex-foundation/spl-core", + "name": "@lorisleiva/spl-core", "version": "0.1.0", "description": "Core Solana programs", "main": "dist/src/index.js", @@ -20,10 +20,9 @@ "access": "public", "registry": "https://registry.npmjs.org" }, - "homepage": "https://metaplex.com", - "repository": "https://github.com/metaplex-foundation/mpl-candy-guard.git", - "author": "Metaplex Maintainers ", - "license": "Apache-2.0", + "repository": "https://github.com/lorisleiva/solana-core-programs.git", + "author": "Loris Leiva", + "license": "MIT", "dependencies": { "@solana/accounts": "2.0.0-experimental.9741939", "@solana/addresses": "2.0.0-experimental.9741939",