diff --git a/README.md b/README.md index 9cf823a..076f131 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # Aerich [![image](https://img.shields.io/pypi/v/aerich.svg?style=flat)](https://pypi.python.org/pypi/aerich) -[![image](https://img.shields.io/github/license/long2ice/aerich)](https://github.com/long2ice/aerich) -[![image](https://github.com/long2ice/aerich/workflows/pypi/badge.svg)](https://github.com/long2ice/aerich/actions?query=workflow:pypi) -[![image](https://github.com/long2ice/aerich/workflows/ci/badge.svg)](https://github.com/long2ice/aerich/actions?query=workflow:ci) +[![image](https://img.shields.io/github/license/tortoise/aerich)](https://github.com/tortoise/aerich) +[![image](https://github.com/tortoise/aerich/workflows/pypi/badge.svg)](https://github.com/tortoise/aerich/actions?query=workflow:pypi) +[![image](https://github.com/tortoise/aerich/workflows/ci/badge.svg)](https://github.com/tortoise/aerich/actions?query=workflow:ci) ## Introduction diff --git a/pyproject.toml b/pyproject.toml index 49bd9d0..b46d016 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,9 +5,9 @@ description = "A database migrations tool for Tortoise ORM." authors = ["long2ice "] license = "Apache-2.0" readme = "README.md" -homepage = "https://github.com/long2ice/aerich" -repository = "https://github.com/long2ice/aerich.git" -documentation = "https://github.com/long2ice/aerich" +homepage = "https://github.com/tortoise/aerich" +repository = "https://github.com/tortoise/aerich.git" +documentation = "https://github.com/tortoise/aerich" keywords = ["migrate", "Tortoise-ORM", "mysql"] packages = [ { include = "aerich" }