[atkmm] configure.ac, atkmm.doap: Update bug report address



commit aaadb3939412453612cec21656cdf00ae05a446b
Author: Kjell Ahlstedt <kjellahlstedt gmail com>
Date:   Thu Oct 25 17:20:27 2018 +0200

    configure.ac, atkmm.doap: Update bug report address

 atkmm.doap   | 5 ++---
 configure.ac | 2 +-
 2 files changed, 3 insertions(+), 4 deletions(-)
---
diff --git a/atkmm.doap b/atkmm.doap
index 91c5c6d..a15043a 100644
--- a/atkmm.doap
+++ b/atkmm.doap
@@ -10,9 +10,8 @@
 It may be used, for instance, by user interfaces implemented with gtkmm.</description>
   <homepage rdf:resource="http://www.gtkmm.org/"; />
   <mailing-list rdf:resource="mailto:gtkmm-list gnome org" />
-  <download-page rdf:resource="http://download.gnome.org/sources/atkmm/"; />
-  <!-- There is no Bugzilla product called atkmm. -->
-  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=gtkmm"; />
+  <download-page rdf:resource="https://download.gnome.org/sources/atkmm/"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/atkmm/issues/"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#core"; />
   <programming-language>C++</programming-language>
 
diff --git a/configure.ac b/configure.ac
index 79be34e..cea7940 100644
--- a/configure.ac
+++ b/configure.ac
@@ -19,7 +19,7 @@
 # pkg-config name as before and is meant to be binary compatible.  Thus for the
 # time being, the version number cannot be brought in line with ATK, since that
 # would break compatibility.
-AC_INIT([atkmm], [2.27.1], [https://bugzilla.gnome.org/enter_bug.cgi?product=atkmm],
+AC_INIT([atkmm], [2.27.1], [https://gitlab.gnome.org/GNOME/atkmm/issues/],
         [atkmm], [http://www.gtkmm.org/])
 AC_PREREQ([2.59])
 


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