aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2017-01-13 13:36:26 +0100
committerMatěj Cepl <mcepl@cepl.eu>2017-01-13 13:45:11 +0100
commit0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d (patch)
treef892f95596195fd70cdab6b026ab5eba99a34a05 /setup.py
parent68455af9cd842132c03ab87b6f14a2e1e769a77c (diff)
downloadjson_diff-0de74cbfbfa19cbe1b969ae6a63c7963c5e9086d.tar.gz
Move against submodules to GitLab.
Diffstat (limited to 'setup.py')
-rw-r--r--setup.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index bb99b07..2502654 100644
--- a/setup.py
+++ b/setup.py
@@ -22,7 +22,7 @@ setup(
description='Generates diff between two JSON files',
author='Matěj Cepl',
author_email='mcepl@redhat.com',
- url='https://fedorahosted.org/json_diff/',
+ url='https://gitlab.com/mcepl/json_diff',
py_modules=['json_diff'],
long_description=get_long_description(),
keywords=['json', 'diff'],