Skip to content

Commit 0d8d06c

Browse files
Fix project URLs to point to correct GitHub org
Update pyproject.toml and README.md to use Fairfetch-co/fairfetch instead of fairfetch/fairfetch.
1 parent 4a25e22 commit 0d8d06c

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Fairfetch connects two parties through a shared open standard:
5959
## Quick Start
6060

6161
```bash
62-
git clone https://github.com/fairfetch/fairfetch.git
62+
git clone https://github.com/Fairfetch-co/fairfetch.git
6363
cd fairfetch
6464
python -m venv .venv
6565
source .venv/bin/activate # Windows: .venv\Scripts\activate

pyproject.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,10 +50,10 @@ dev = [
5050
]
5151

5252
[project.urls]
53-
Homepage = "https://github.com/fairfetch/fairfetch"
54-
Documentation = "https://github.com/fairfetch/fairfetch#readme"
55-
Repository = "https://github.com/fairfetch/fairfetch"
56-
Issues = "https://github.com/fairfetch/fairfetch/issues"
53+
Homepage = "https://github.com/Fairfetch-co/fairfetch"
54+
Documentation = "https://github.com/Fairfetch-co/fairfetch#readme"
55+
Repository = "https://github.com/Fairfetch-co/fairfetch"
56+
Issues = "https://github.com/Fairfetch-co/fairfetch/issues"
5757

5858
[project.scripts]
5959
fairfetch = "api.main:run"

0 commit comments

Comments
 (0)