From a0c50e1881df1c19cbbccc472f24b0012b2fa482 Mon Sep 17 00:00:00 2001
From: Dominik George <nik@naturalnet.de>
Date: Thu, 22 Aug 2019 16:03:46 +0200
Subject: [PATCH] Fix dependency.

---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index cbaa9ca1e..f1413a016 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
 [tool.poetry.dependencies]
 python = "^3.7"
 BiscuIT-ng = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../../.."}
-BiscuIT-App-Alsijil = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../BiscuIT-App-Alsijil"}
+BiscuIT-App-Chronos = {version = "^1.0a0.dev0", allows-prereleases = true, path = "../BiscuIT-App-Chronos"}
 
 [build-system]
 requires = ["poetry>=0.12"]
-- 
GitLab