diff options
author | intrigeri <intrigeri@boum.org> | 2009-12-25 04:25:44 +0100 |
---|---|---|
committer | intrigeri <intrigeri@boum.org> | 2009-12-25 04:25:44 +0100 |
commit | 9400bd0098b6aa103d818d2d3d78f555c6e72bf2 (patch) | |
tree | f8b2f6164b257dac12b4a696a6c5485ff4bdc39f | |
parent | 4996d8deb7fcf366f5c012ae919b1245db3d7b6a (diff) | |
download | backupninja-9400bd0098b6aa103d818d2d3d78f555c6e72bf2.tar.gz backupninja-9400bd0098b6aa103d818d2d3d78f555c6e72bf2.tar.bz2 |
Fixed remaining pointers to our deprecated Trac instance.
-rw-r--r-- | TODO | 4 | ||||
-rw-r--r-- | backupninja.spec.in | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -5,8 +5,8 @@ you are working on it! . Fix all bugs reported on the Debian BTS: http://bugs.debian.org/cgi-bin/pkgreport.cgi?which=pkg&data=backupninja&archive=no -. Fix all bugs reported on our Trac: - https://code.autistici.org/trac/backupninja/report/3 +. Fix all bugs reported on our Redmine instance: + https://labs.riseup.net/code/projects/backupninja/issues . Make ninjahelper allow you to pick what type of backup you want (instead of just assuming you want local-to-remote, or push backups. Some people diff --git a/backupninja.spec.in b/backupninja.spec.in index 917e4de..8a62023 100644 --- a/backupninja.spec.in +++ b/backupninja.spec.in @@ -7,7 +7,7 @@ Version: %{version} Release: 1 License: GPL Group: Applications/System -URL: http://dev.riseup.net/backupninja/ +URL: https://labs.riseup.net/code/projects/show/backupninja Source: %{name}-%{version}.tar.gz Requires: bash, gawk, rdiff-backup, gzip Provides: %{name} |