[gnome-notes] bugs: Fix bugs links



commit 2c7ed4cf6b1bc211e24a7d3591b96f23e828cf86
Author: Isaque Galdino <igaldino gmail com>
Date:   Wed Aug 1 18:04:17 2018 -0300

    bugs: Fix bugs links
    
    Move all https://bugzilla.gnome.org/browse.cgi?product=bijiben
    references in code to https://gitlab.gnome.org/GNOME/gnome-notes/issues.
    
    Direct references to bugs using Bugzilla links were not changed.
    
    This is part of #95 work.

 gnome-notes.doap | 2 +-
 meson.build      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gnome-notes.doap b/gnome-notes.doap
index 2fda775..671c7e4 100644
--- a/gnome-notes.doap
+++ b/gnome-notes.doap
@@ -11,7 +11,7 @@
   <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Notes"; />
   <download-page rdf:resource="http://download.gnome.org/sources/bijiben/"; />
-  <bug-database rdf:resource="https://bugzilla.gnome.org/browse.cgi?product=bijiben"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/gnome-notes/issues"; />
   <programming-language>C</programming-language>
 
   <maintainer>
diff --git a/meson.build b/meson.build
index 376b44d..967bbcc 100644
--- a/meson.build
+++ b/meson.build
@@ -25,7 +25,7 @@ config_h = configuration_data()
 set_defines = [
   # package
   ['PACKAGE', bijiben_name],
-  ['PACKAGE_BUGREPORT', 'http://bugzilla.gnome.org/enter_bug.cgi?product=' + bijiben_name],
+  ['PACKAGE_BUGREPORT', 'https://gitlab.gnome.org/GNOME/gnome-notes/issues'],
   ['PACKAGE_NAME', bijiben_name],
   ['PACKAGE_STRING', '@0@ @1@'.format(bijiben_name, bijiben_version)],
   ['PACKAGE_TARNAME', bijiben_name],


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]