From 0a8ae4339d55a4b0b3e4c93f9677a31eda289371 Mon Sep 17 00:00:00 2001
From: Attila Farkas <394097@mail.muni.cz>
Date: Sat, 31 Jul 2021 18:36:18 +0200
Subject: [PATCH] Fix index url

---
 setup.cfg | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.cfg b/setup.cfg
index a1dc0c7..3e2f3e0 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -39,7 +39,7 @@ install_requires =
     netaddr >=0.7
     kypo-topology-definition
 dependency_links =
-    https://gitlab.ics.muni.cz/muni-kypo-crp/kypo-crp-artifact-repository/-/packages/470
+    https://gitlab.ics.muni.cz/api/v4/projects/2358/packages/pypi/simple
 
 [options.entry_points]
 console_scripts =
-- 
GitLab