aboutsummaryrefslogtreecommitdiffstats
path: root/setup.py
diff options
context:
space:
mode:
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 9cd4961..1703914 100644
--- a/setup.py
+++ b/setup.py
@@ -43,7 +43,7 @@ setup(
description='Python implementation of YAMLish',
author='Matěj Cepl',
author_email='mcepl@redhat.com',
- url='https://gitorious.org/yamlish',
+ url='http://luther.ceplovi.cz/git/?p=yamlish.git;a=summary',
py_modules=['yamlish'],
long_description=read("README.txt"),
keywords=['TAP', 'YAML', 'yamlish'],