Update repo links to tornadocash org on Git

This commit is contained in:
Theo 2023-10-10 16:02:09 -07:00
parent ff4210d92f
commit f83d65d00c
2 changed files with 4 additions and 6 deletions

@ -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) 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 ### 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
``` ```

@ -1,5 +1,5 @@
{ {
"name": "@tornado/decentralized-repos-downloader", "name": "@tornado/decentralized-sources",
"version": "0.0.1", "version": "0.0.1",
"description": "Tool to download Tornado source code from git repos on IPFS", "description": "Tool to download Tornado source code from git repos on IPFS",
"main": "src/index.ts", "main": "src/index.ts",
@ -11,7 +11,7 @@
}, },
"repository": { "repository": {
"type": "git", "type": "git",
"url": "https://git.tornado.ws/Theo/decentralized-repos-downloader" "url": "https://git.tornado.ws/tornadocash/decentralized-sources"
}, },
"author": "Theo", "author": "Theo",
"license": "MIT", "license": "MIT",