diff --git a/README.md b/README.md index c1da974..b0ddbf9 100644 --- a/README.md +++ b/README.md @@ -28,12 +28,10 @@ To publish it on new Gitea and make it working, you need: Now you can use it as standard git without problems (but don't forget to update IPFS repos hashes on ENS after big changes) - - ### Self-host IPFS peer with Tornado IPFS CIDs -Just run on any Debian Linux server (from root): +Just run on any Debian Linux server (from root): ``` -curl https://git.tornado.ws/Theo/decentralized-sources/raw/branch/main/scripts/hostIPFS.sh | bash +curl https://git.tornado.ws/tornadocash/decentralized-sources/raw/branch/main/scripts/hostIPFS.sh | bash ``` diff --git a/package.json b/package.json index 0a4d98d..9fba39d 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "@tornado/decentralized-repos-downloader", + "name": "@tornado/decentralized-sources", "version": "0.0.1", "description": "Tool to download Tornado source code from git repos on IPFS", "main": "src/index.ts", @@ -11,7 +11,7 @@ }, "repository": { "type": "git", - "url": "https://git.tornado.ws/Theo/decentralized-repos-downloader" + "url": "https://git.tornado.ws/tornadocash/decentralized-sources" }, "author": "Theo", "license": "MIT",