From 539ca2b3b240065d5d7dbf5e6b58585d5da37530 Mon Sep 17 00:00:00 2001
From: Julian Keck <julian.keck9@kit.edu>
Date: Mon, 8 Apr 2024 20:41:04 +0200
Subject: [PATCH] UPD git.scc.kit.edu -> gitlab.kit.edu

---
 README.md | 2 +-
 setup.py  | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 101090b..3b30ebf 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ An example config can be found in this repo (`example_config.ini`). Be aware to
 See the [API 4.0 Release Notes](https://doku.netdb.scc.kit.edu/webapi/4.0/relnotes/).
 
 ## Examples
-More examples can be found in our repository [net-api-python-scripts](https://git.scc.kit.edu/scc-net/net-api-python-scripts) where we store some handy scripts for our daily work and some time-consuming tasks.
+More examples can be found in our repository [net-api-python-scripts](https://gitlab.kit.edu/scc-net/net-api-python-scripts) where we store some handy scripts for our daily work and some time-consuming tasks.
 ### Basic queries
 List all BCDs:
 ```python
diff --git a/setup.py b/setup.py
index fac2261..8eba251 100644
--- a/setup.py
+++ b/setup.py
@@ -50,7 +50,7 @@ setup(
     version=f'{str(largest_ver)}{".post" + str(post_version) if post_version is not None else ""}{".dev1" if os.environ.get("CI_COMMIT_BRANCH", "local") == "devel" else ""}+{util_version}',
     author='NETVS-Team <netvs@scc.kit.edu>',
     description='This is a meta package to install the automatically generated NET-API definitions for the currently supported API versions.',
-    url='https://git.scc.kit.edu/scc-net/net-suite/netdb-client-lib',
+    url='https://gitlab.kit.edu/scc-net/netvs/netdb-client',
     install_requires=['requests'],
     python_requires='>=3.7',
     packages=['netdb_client'],
-- 
GitLab