summaryrefslogtreecommitdiff
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
parent92599163c1e9bade05481fcbb65321c842142d68 (diff)
downloadobnam-97703607d85451c484dd1e30f6d2ceeff05df3b2.tar.gz
Fix URLs to Obnam home page (liw.fi to obnam.org)
-rw-r--r--README5
-rw-r--r--setup.py2
-rw-r--r--yarns/0010-introduction.yarn4
3 files changed, 4 insertions, 7 deletions
diff --git a/README b/README
index 9e257744..192d783b 100644
--- a/README
+++ b/README
@@ -7,7 +7,7 @@ Obnam is a backup program.
Home page
---------
-The Obnam home page is at <http://liw.fi/obnam/>, see there
+The Obnam home page is at <http://obnam.org/>, see there
for more information.
@@ -130,9 +130,6 @@ Mark statements that should not be included in coverage test with
"# pragma: no cover", if you really, really can't write a test.
without-tests lists modules that have no test modules.
-If you want to make a new release of Obnam, I recommend following
-my release checklist: <http://liw.fi/obnam/release/>.
-
Feedback
--------
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'])],
diff --git a/yarns/0010-introduction.yarn b/yarns/0010-introduction.yarn
index b9d26c9b..e1338928 100644
--- a/yarns/0010-introduction.yarn
+++ b/yarns/0010-introduction.yarn
@@ -1,5 +1,5 @@
% Obnam integration test suite
-% http://liw.fi/obnam
+% http://obnam.org/
Introduction
============
@@ -34,7 +34,7 @@ part.
For more information:
-* Obnam: <http://liw.fi/obnam/>
+* Obnam: <http://obnam.org/>
* Yarn: <http://liw.fi/cmdtest/>
FIXME: Outline of test suite