From 9400bd0098b6aa103d818d2d3d78f555c6e72bf2 Mon Sep 17 00:00:00 2001
From: intrigeri <intrigeri@boum.org>
Date: Fri, 25 Dec 2009 04:25:44 +0100
Subject: [PATCH] Fixed remaining pointers to our deprecated Trac instance.

---
 TODO                | 4 ++--
 backupninja.spec.in | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/TODO b/TODO
index 16ee78cc..db8c2d65 100644
--- a/TODO
+++ b/TODO
@@ -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 917e4dec..8a620238 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}
-- 
GitLab