Skip to content

Commit f6960ed

Browse files
committed
chore: update package repo
1 parent 44d90fe commit f6960ed

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

.github/workflows/npm-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
uses: codecov/codecov-action@v5
3030
with:
3131
token: ${{ secrets.CODECOV_TOKEN }}
32-
slug: bitsnaps/puter-cli
32+
slug: HeyPuter/puter-cli
3333

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Puter-CLI
22

33
<p align="center">
4-
<img alt="test" src="https://github.com/bitsnaps/puter-cli/actions/workflows/npm-build.yml/badge.svg">
5-
<a href="https://codecov.io/github/bitsnaps/puter-cli" >
6-
<img src="https://codecov.io/github/bitsnaps/puter-cli/graph/badge.svg?token=TFPCdwdFxF"/>
4+
<img alt="test" src="https://github.com/HeyPuter/puter-cli/actions/workflows/npm-build.yml/badge.svg">
5+
<a href="https://codecov.io/github/HeyPuter/puter-cli" >
6+
<img src="https://codecov.io/github/HeyPuter/puter-cli/graph/badge.svg?token=TFPCdwdFxF"/>
77
</a>
8-
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/bitsnaps/puter-cli">
8+
<img alt="GitHub repo size" src="https://img.shields.io/github/repo-size/HeyPuter/puter-cli">
99
<a href="https://opensource.org/licenses/MIT" >
1010
<img alt="License" src="https://img.shields.io/badge/License-MIT-yellow.svg">
1111
</a>
@@ -266,7 +266,7 @@ If you want to customize this tool you can follow these steps:
266266
### Steps
267267
1. Clone the repository:
268268
```bash
269-
git clone https://github.com/bitsnaps/puter-cli.git
269+
git clone https://github.com/HeyPuter/puter-cli.git
270270
cd puter-cli
271271
```
272272
2. Install dependencies:
@@ -339,7 +339,7 @@ This project was previously licensed under the "NoHarm" license to explicitly pr
339339

340340
## Support
341341

342-
For issues or questions, please open an issue on [GitHub](https://github.com/bitsnaps/puter-cli/issues) or contact [puter's team](mailto:[email protected]) if you found an issue related to Puter's APIs.
342+
For issues or questions, please open an issue on [GitHub](https://github.com/HeyPuter/puter-cli/issues) or contact [puter's team](mailto:[email protected]) if you found an issue related to Puter's APIs.
343343

344344
---
345345

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@
4848
},
4949
"repository": {
5050
"type": "git",
51-
"url": "git+https://github.com/bitsnaps/puter-cli.git"
51+
"url": "git+https://github.com/HeyPuter/puter-cli.git"
5252
},
5353
"bugs": {
54-
"url": "https://github.com/bitsnaps/puter-cli/issues"
54+
"url": "https://github.com/HeyPuter/puter-cli/issues"
5555
},
56-
"homepage": "https://github.com/bitsnaps/puter-cli"
56+
"homepage": "https://github.com/HeyPuter/puter-cli"
5757
}

0 commit comments

Comments
 (0)