diff --git a/README.md b/README.md index f7c9812..5ebd2bd 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,10 @@

-[![justforfunnoreally.dev badge](https://img.shields.io/badge/justforfunnoreally-dev-9ff)](https://justforfunnoreally.dev) -[![All Contributors](https://img.shields.io/github/all-contributors/thevahidal/soul?color=ee8449&style=flat-square)](#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: - - - - - - - - - - - - - - - -
Vahid Al
Vahid Al

💻 👀
Abenezer Melkamu
Abenezer Melkamu

💻
Ian Mayo
Ian Mayo

💻 👀
Hanz
Hanz

💻
Koen De Groote
Koen De Groote

💻
Muhammad Taha Khan
Muhammad Taha Khan

💻
Romain Lebesle
Romain Lebesle

💻
+| 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",