Update repository URLs from GitHub to Codeberg
CI / test (push) Has been cancelled
CI / verify (push) Has been cancelled
Clients CI / build-server (push) Has been cancelled
Clients CI / test-python (push) Has been cancelled
Clients CI / test-javascript (push) Has been cancelled
Clients CI / test-nim (push) Has been cancelled
Clients CI / test-rust (push) Has been cancelled

This commit is contained in:
2026-05-15 12:11:00 +03:00
parent 8c29e700c7
commit 40616ad3c0
18 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -21,7 +21,7 @@ pip install baradb
Or from source:
```bash
git clone https://github.com/barabadb/baradadb.git
git clone https://codeberg.org/baraba/baradb
cd clients/python
pip install -e ".[dev]"
```