summaryrefslogtreecommitdiff
path: root/setup.py
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-06-25 09:55:40 +0100
committerLars Wirzenius <liw@liw.fi>2014-06-25 09:55:40 +0100
commit97703607d85451c484dd1e30f6d2ceeff05df3b2 (patch)
tree1652361d80b625da14344ed8e5b08a7ec48cff87 /setup.py
parent92599163c1e9bade05481fcbb65321c842142d68 (diff)
downloadobnam-97703607d85451c484dd1e30f6d2ceeff05df3b2.tar.gz
Fix URLs to Obnam home page (liw.fi to obnam.org)
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 a606d092..a77d5c44 100644
--- a/setup.py
+++ b/setup.py
@@ -239,7 +239,7 @@ setup(name='obnam',
description='Backup software',
author='Lars Wirzenius',
author_email='liw@liw.fi',
- url='http://liw.fi/obnam/',
+ url='http://obnam.org/',
scripts=['obnam', 'obnam-viewprof'],
packages=['obnamlib', 'obnamlib.plugins', 'obnamlib.fmt_6'],
ext_modules=[Extension('obnamlib._obnam', sources=['_obnammodule.c'])],