diff --git a/README.md b/README.md
index f7c9812..5ebd2bd 100644
--- a/README.md
+++ b/README.md
@@ -5,8 +5,10 @@
-[](https://justforfunnoreally.dev)
-[](#contributors)
+> [!NOTE]
+> This repository is a fork of [thevahidal/soul][]. A
+
+[thevahidal/soul]: https://github.com/thevahidal/soul
## Usage
@@ -214,30 +216,18 @@ Contributions are always welcome!
See `CONTRIBUTING.md` for ways to get started and please adhere to `CODE OF CONDUCT`.
-## Contributors ✨
+## Original Contributors ✨
-Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
+A huge thanks to these wonderful people:
-
-
-
-
+| Name | Contribution Types |
+| -------------------------------------------------------- | ------------------ |
+| [Vahid Al](http://linktr.ee/thevahidal) | 💻👀 |
+| [Abenezer Melkamu](https://github.com/AbegaM) | 💻 |
+| [Ian Mayo](https://github.com/IanMayo) | 💻👀 |
+| [Hanz](https://godot.id) | 💻 |
+| [Koen De Groote](https://github.com/KoenDG) | 💻 |
+| [Muhammad Taha Khan](https://github.com/TahaKhanAbdalli) | 💻 |
+| [Romain Lebesle](http://thoughtsunificator.me) | 💻 |
-
-
-
-
-
-This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
+_Caption: 💻 = Code, 👀 = Reviewed Pull Requests_
diff --git a/package.json b/package.json
index 889c816..6af1f9a 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "soul-cli",
+ "name": "@tabshift/soul-cli",
"version": "0.8.1",
"description": "A SQLite REST and Realtime server",
"main": "src/server.js",
@@ -18,14 +18,14 @@
},
"repository": {
"type": "git",
- "url": "git+https://github.com/thevahidal/soul.git"
+ "url": "git+https://github.com/tabshift-gh/soul-server.git"
},
- "author": "Vahid Al @thevahidal",
+ "author": "T. R. Bernstein @trbernstein",
"license": "MIT",
"bugs": {
- "url": "https://github.com/thevahidal/soul/issues"
+ "url": "https://github.com/tabshift-gh/soul-server/issues"
},
- "homepage": "https://github.com/thevahidal/soul#readme",
+ "homepage": "https://github.com/tabshift-gh/soul-server#readme",
"dependencies": {
"bcrypt": "^5.1.1",
"better-sqlite3": "^8.1.0",