Skip to content

Commit 83451af

Browse files
committed
fix: update email and repository links to reflect rebranding
1 parent 0eb7380 commit 83451af

7 files changed

Lines changed: 17 additions & 17 deletions

File tree

.github/ISSUE_TEMPLATE/security_vulnerability.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Instead, please report them privately:
1515
2. Click "Report a vulnerability"
1616
3. Fill out the private disclosure form
1717

18-
Or email: [adelzemzemi@hotmail.com]
18+
Or email: [hello@adelzemzemi.dev]
1919

2020
See [SECURITY.md](../../SECURITY.md) for our security policy.
2121

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,5 @@ All notable changes to this project will be documented in this file.
2727
- Cross-platform (Browser, Node.js 18+, Deno, Bun)
2828
- 93% test coverage
2929

30-
[1.0.1]: https://github.com/zemzemi/cryptobox/releases/tag/v1.0.1
31-
[1.0.0]: https://github.com/zemzemi/cryptobox/releases/tag/v1.0.0
30+
[1.0.1]: https://github.com/adelzemzemi/cryptobox/releases/tag/v1.0.1
31+
[1.0.0]: https://github.com/adelzemzemi/cryptobox/releases/tag/v1.0.0

CODE_OF_CONDUCT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ representative at an online or offline event.
5959
## Enforcement
6060

6161
Instances of abusive, harassing, or otherwise unacceptable behavior may be
62-
reported to adelzemzemi@hotmail.com.
62+
reported to hello@adelzemzemi.dev.
6363
All complaints will be reviewed and investigated promptly and fairly.
6464

6565
All community leaders are obligated to respect the privacy and security of the

CONTRIBUTING.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ Use the [Feature Request template](.github/ISSUE_TEMPLATE/feature_request.md) an
2424
### Security Issues
2525

2626
**DO NOT** open public issues. Report privately:
27-
- GitHub Security Advisory: https://github.com/zemzemi/cryptobox/security/advisories/new
28-
- Email: adelzemzemi@hotmail.com
27+
- GitHub Security Advisory: https://github.com/adelzemzemi/cryptobox/security/advisories/new
28+
- Email: hello@adelzemzemi.dev
2929

3030
See [SECURITY.md](SECURITY.md) for details.
3131

3232
## Development
3333

3434
```bash
35-
git clone https://github.com/zemzemi/cryptobox.git
35+
git clone https://github.com/adelzemzemi/cryptobox.git
3636
cd cryptobox
3737
npm install
3838
npm run build
@@ -88,8 +88,8 @@ security(crypto): increase PBKDF2 iterations
8888

8989
## Questions?
9090

91-
- [GitHub Discussions](https://github.com/zemzemi/cryptobox/discussions)
92-
- [GitHub Issues](https://github.com/zemzemi/cryptobox/issues)
93-
- Email: adelzemzemi@hotmail.com
91+
- [GitHub Discussions](https://github.com/adelzemzemi/cryptobox/discussions)
92+
- [GitHub Issues](https://github.com/adelzemzemi/cryptobox/issues)
93+
- Email: hello@adelzemzemi.dev
9494

9595
Thank you for contributing! 🚀

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Secure encryption and storage for JavaScript & TypeScript.
55
[![npm version](https://img.shields.io/npm/v/@azemzemi/cryptobox.svg)](https://www.npmjs.com/package/@azemzemi/cryptobox)
66
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
77
[![TypeScript](https://img.shields.io/badge/TypeScript-5.7-blue.svg)](https://www.typescriptlang.org/)
8-
[![GitHub](https://img.shields.io/badge/GitHub-zemzemi%2Fcryptobox-blue.svg)](https://github.com/zemzemi/cryptobox)
8+
[![GitHub](https://img.shields.io/badge/GitHub-zemzemi%2Fcryptobox-blue.svg)](https://github.com/adelzemzemi/cryptobox)
99

1010
Zero dependencies • AES-256-GCM • Type-safe • Cross-platform
1111

SECURITY.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
If you discover a security vulnerability, please report it privately:
66

7-
1. **GitHub Security Advisory** (Preferred): https://github.com/zemzemi/cryptobox/security/advisories/new
8-
2. **Email**: adelzemzemi@hotmail.com
7+
1. **GitHub Security Advisory** (Preferred): https://github.com/adelzemzemi/cryptobox/security/advisories/new
8+
2. **Email**: hello@adelzemzemi.com
99

1010
**Do not create public issues for security vulnerabilities.**
1111

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,17 +56,17 @@
5656
],
5757
"author": {
5858
"name": "Adel Zemzemi",
59-
"url": "https://github.com/zemzemi"
59+
"url": "https://github.com/adelzemzemi"
6060
},
6161
"license": "MIT",
6262
"repository": {
6363
"type": "git",
64-
"url": "https://github.com/zemzemi/cryptobox.git"
64+
"url": "https://github.com/adelzemzemi/cryptobox.git"
6565
},
6666
"bugs": {
67-
"url": "https://github.com/zemzemi/cryptobox/issues"
67+
"url": "https://github.com/adelzemzemi/cryptobox/issues"
6868
},
69-
"homepage": "https://github.com/zemzemi/cryptobox#readme",
69+
"homepage": "https://github.com/adelzemzemi/cryptobox#readme",
7070
"engines": {
7171
"node": ">=18.0.0"
7272
},

0 commit comments

Comments
 (0)