From e0765a20677964448302654b539109da6c752bf1 Mon Sep 17 00:00:00 2001 From: James Hewitt-Thomas Date: Fri, 2 Nov 2018 10:39:21 +0000 Subject: [PATCH] Update setup.py --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b01c865..43f1dfb 100755 --- a/setup.py +++ b/setup.py @@ -41,7 +41,7 @@ setup( description = 'Python Crontab API', long_description = description, author = 'Martin Owens', - url = 'https://github.com/doctormo/python-crontab', + url = 'https://gitlab.com/doctormo/python-crontab', author_email = 'doctormo@gmail.com', test_suite = 'tests', platforms = 'linux', -- GitLab