Update URLs

This commit is contained in:
Guillermo Manzato
2021-05-22 11:39:49 -03:00
parent 5bc7d23d95
commit 8b08329493
2 changed files with 6 additions and 6 deletions

View File

@@ -5,9 +5,9 @@ description = "A database migrations tool for Tortoise ORM."
authors = ["long2ice <long2ice@gmail.com>"]
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" }