Skip to content

Commit 3c35734

Browse files
Berik AshimovBerik Ashimov
authored andcommitted
chore: move org to Hawk-API — update repository URLs
1 parent b868aa4 commit 3c35734

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# hawkapi-sqlalchemy
22

3-
SQLAlchemy integration for [HawkAPI](https://github.com/ashimov/HawkAPI). Async sessions, multi-database routing (primary/replica/shards), Alembic helpers, and pytest fixtures.
3+
SQLAlchemy integration for [HawkAPI](https://github.com/Hawk-API/HawkAPI). Async sessions, multi-database routing (primary/replica/shards), Alembic helpers, and pytest fixtures.
44

55
## Install
66

@@ -147,7 +147,7 @@ DatabaseConfig(
147147
## Development
148148

149149
```bash
150-
git clone https://github.com/ashimov/hawkapi-sqlalchemy.git
150+
git clone https://github.com/Hawk-API/hawkapi-sqlalchemy.git
151151
cd hawkapi-sqlalchemy
152152
uv sync --extra dev
153153
uv run pytest -q

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ dev = [
4444

4545
[project.urls]
4646
Homepage = "https://pypi.org/project/hawkapi-sqlalchemy/"
47-
Repository = "https://github.com/ashimov/hawkapi-sqlalchemy"
48-
Issues = "https://github.com/ashimov/hawkapi-sqlalchemy/issues"
47+
Repository = "https://github.com/Hawk-API/hawkapi-sqlalchemy"
48+
Issues = "https://github.com/Hawk-API/hawkapi-sqlalchemy/issues"
4949

5050
[tool.hatch.build.targets.wheel]
5151
packages = ["src/hawkapi_sqlalchemy"]

0 commit comments

Comments
 (0)