From 5be33deb812483d0ee380c527ddbfbd93a9220d6 Mon Sep 17 00:00:00 2001 From: John Date: Sat, 10 Feb 2024 12:07:06 +0100 Subject: [PATCH] aiocraft url updated pt2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4724022..e704b93 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "termcolor", "apscheduler", "aioconsole", - "aiocraft @ git+https://git.alemi.dev/alemi/aiocraft.git@v0.3.0", + "aiocraft @ git+https://git.fantabos.co/alemi/aiocraft.git@v0.3.0", ] dynamic = ["version"]