diff --git a/setup.py b/setup.py
index ca255858e7ac8d3a43d121701c04b0c2b4386416..f2976bc0ee95bbddbdfbad2bbbb43a8f7cd2da30 100644
--- a/setup.py
+++ b/setup.py
@@ -11,7 +11,7 @@ setuptools.setup(
     description="IPython Extension for semantic web technology support (Turtle, SPARQL, ShEx, etc.)",
     long_description=long_description,
     long_description_content_type="text/markdown",
-    url="https://github.com/SemWebNotebooks/Jupyter-RDFify",
+    url="https://git.rwth-aachen.de/i5/teaching/jupyter-rdfify",
     packages=setuptools.find_packages(),
     install_requires=[
         "rdflib>=6.0.2",