diff --git a/setup.py b/setup.py
index bf2e5056f06d945c5aecfd88037980cc9d33892b..99bcc0ffb174ae961710e9a943b76ed35badccb7 100755
--- a/setup.py
+++ b/setup.py
@@ -6,7 +6,7 @@ from os import path
 here = path.abspath(path.dirname(__file__))
 
 # Get the long description from the relevant file
-with open(path.join(here, 'README.rst'), encoding='utf-8') as f:
+with open(path.join(here, 'README.md'), encoding='utf-8') as f:
     long_description = f.read()
 
 setup(
@@ -21,7 +21,7 @@ setup(
     long_description=long_description,
 
     # The project's main homepage.
-    url='https://github.com//ckanext-odsh',
+    url='https://code.schleswig-holstein.de/opendata/ckanext-odsh',
 
     # Author details
     author='''HITeC e.V.''',