diff --git a/setup.py b/setup.py
index 82febc28615d8409349330f3862f6bdf102a7c3a..a9240b09ae289f96c4af267578e57410159853a1 100644
--- a/setup.py
+++ b/setup.py
@@ -10,9 +10,9 @@ setup(
     description='Include JavaScript libraries with readable template tags',
     long_description=open(os.path.join(MYDIR, "README.rst"),
                           "r", encoding="utf-8").read(),
-    url='https://edugit.org/nik/django-any-js',
+    url='https://edugit.org/AlekSIS/libs/django-any-js',
     author='Dominik George',
-    author_email='nik@naturalnet.de',
+    author_email='dominik.george@teckids.org',
     packages=['django_any_js', 'django_any_js.templatetags'],
     include_package_data=True,
     install_requires=['Django>=1.11'],