From 3720759d44f60ed11a6c8242ce250cab1e4d9bb6 Mon Sep 17 00:00:00 2001 From: Jonathan Weth <teckids@jonathanweth.de> Date: Mon, 1 Jun 2020 13:21:59 +0200 Subject: [PATCH] Update base URL in setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 77e0d3c..df9493f 100644 --- a/setup.py +++ b/setup.py @@ -13,7 +13,7 @@ setup( long_description=long_description, author='Dominik George', author_email='nik@naturalnet.de', - url='https://edugit.org/nik/pytest-django-testing-postgresql', + url='https://edugit.org/AlekSIS/libs/pytest-django-testing-postgresql', classifiers=[ 'Development Status :: 3 - Alpha', -- GitLab