[recipes] Replace Bugzilla URLs with GNOME Gitlab
- From: Andre Klapper <aklapper src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [recipes] Replace Bugzilla URLs with GNOME Gitlab
- Date: Tue, 8 Oct 2019 11:28:36 +0000 (UTC)
commit 1a90822f9a0a1dcdd792153a6ac3bb2e1af89177
Author: Andre Klapper <a9016009 gmx de>
Date: Tue Oct 8 13:28:06 2019 +0200
Replace Bugzilla URLs with GNOME Gitlab
Fixes #102
data/appdata/org.gnome.Recipes.appdata.xml.in | 2 +-
src/gr-window.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/data/appdata/org.gnome.Recipes.appdata.xml.in b/data/appdata/org.gnome.Recipes.appdata.xml.in
index 0215cab..be1e941 100644
--- a/data/appdata/org.gnome.Recipes.appdata.xml.in
+++ b/data/appdata/org.gnome.Recipes.appdata.xml.in
@@ -459,7 +459,7 @@
</kudos>
<url type="homepage">https://wiki.gnome.org/Apps/Recipes</url>
<url type="donation">https://www.gnome.org/friends</url>
- <url type="bugtracker">https://bugzilla.gnome.org/browse.cgi?product=recipes</url>
+ <url type="bugtracker">https://gitlab.gnome.org/GNOME/recipes/issues/</url>
<url type="translate">https://wiki.gnome.org/TranslationProject</url>
<translation type="gettext">gnome-recipes</translation>
<update_contact>matthias.clasen_at_gmail.com</update_contact>
diff --git a/src/gr-window.c b/src/gr-window.c
index 63ef803..031df6a 100644
--- a/src/gr-window.c
+++ b/src/gr-window.c
@@ -1601,7 +1601,7 @@ gr_window_show_news (GrWindow *window)
void
gr_window_show_report_issue (GrWindow *window)
{
- const char *uri = "https://bugzilla.gnome.org/enter_bug.cgi?product=recipes";
+ const char *uri = "https://gitlab.gnome.org/GNOME/recipes/issues/";
if (in_flatpak_sandbox () &&
!portal_available (GTK_WINDOW (window), "org.freedesktop.portal.OpenURI"))
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]