Blob Blame History Raw
From dedd9119019e53d607338e220fe79eef3ffe65be Mon Sep 17 00:00:00 2001
From: Jakub Filak <jfilak@redhat.com>
Date: Mon, 8 Aug 2016 07:57:30 +0200
Subject: [PATCH] Update Project URL on the About page

Resolves rhbz#1361842

Signed-off-by: Jakub Filak <jfilak@redhat.com>
---
 src/gnome-abrt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/gnome-abrt b/src/gnome-abrt
index 61c11d4..14b33e6 100755
--- a/src/gnome-abrt
+++ b/src/gnome-abrt
@@ -360,7 +360,7 @@ class OopsApplication(Gtk.Application):
     "u should have received a copy of the GNU General Public License along wi"
     "th this program.  If not, see <http://www.gnu.org/licenses/>.")
         dialog.set_wrap_license(True)
-        dialog.set_website("https://fedorahosted.org/abrt/")
+        dialog.set_website("https://github.com/abrt/gnome-abrt")
         dialog.set_authors(["aboobed <0otibi0@gmail.com>",
                             "Allan Day <allanpday@gmail.com>",
                             "Bastien Nocera <hadess@hadess.net>",
-- 
2.4.11