[atomix] Changed bugtracker and website url



commit feb2e99faf0706d7e1c719d52b14a1a12c80d7ba
Author: Robert Roth <robert roth off gmail com>
Date:   Sun Feb 25 22:02:03 2018 +0200

    Changed bugtracker and website url

 README                     | 9 ++++++---
 atomix.doap                | 2 +-
 configure.ac               | 2 +-
 data/atomix.appdata.xml.in | 2 +-
 src/main.c                 | 4 ++--
 5 files changed, 11 insertions(+), 8 deletions(-)
---
diff --git a/README b/README
index e965ba1..590190c 100644
--- a/README
+++ b/README
@@ -14,10 +14,13 @@ FTP site:
 
        http://ftp.gnome.org/pub/GNOME/sources/atomix/
 
-If you find any bugs or have any kind of feature requests, please, let me know
-by reporting them on the GNOME bugzilla, either by using bug-buddy or by 
-visiting http://bugzilla.gnome.org.
+If you find any bugs or have any kind of feature requests, please, let us know
+by reporting them on the GNOME gitlab, either by using bug-buddy or by 
+visiting https://gitlab.gnome.org/GNOME/atomix/issues.
 
 --
 Guilherme de S. Pastore
 gpastore gnome org
+
+Robert Roth
+robertroth gnome org
diff --git a/atomix.doap b/atomix.doap
index dcf0e49..b564fe6 100644
--- a/atomix.doap
+++ b/atomix.doap
@@ -10,7 +10,7 @@
   <homepage rdf:resource="https://wiki.gnome.org/Apps/Atomix"; />
   <download-page rdf:resource="http://download.gnome.org/sources/atomix/"; />
   <mailing-list rdf:resource="http://mail.gnome.org/mailman/listinfo/games-list"; />
-  <bug-database rdf:resource="http://bugzilla.gnome.org/browse.cgi?product=atomix"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/atomix/issues"; />
   <category rdf:resource="http://api.gnome.org/doap-extensions#apps"; />
   <programming-language>C</programming-language>
 
diff --git a/configure.ac b/configure.ac
index 62e727a..61489c4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 
-AC_INIT([atomix],[3.22.0],[http://bugzilla.gnome.org/enter_bug.cgi?product=atomix])
+AC_INIT([atomix],[3.22.0],[https://gitlab.gnome.org/GNOME/atomix/issues/new?issue])
 
 AX_IS_RELEASE([minor-version])
 
diff --git a/data/atomix.appdata.xml.in b/data/atomix.appdata.xml.in
index 1792102..146cb5a 100644
--- a/data/atomix.appdata.xml.in
+++ b/data/atomix.appdata.xml.in
@@ -24,7 +24,7 @@
     </screenshot>
   </screenshots>
   <url type="homepage">https://wiki.gnome.org/Apps/Atomix</url>
-  <url type="bugtracker">https://bugzilla.gnome.org/enter_bug.cgi?product=atomix</url>
+  <url type="bugtracker">https://gitlab.gnome.org/GNOME/atomix/issues/new?issue</url>
   <url type="donation">http://www.gnome.org/friends/</url>
   <update_contact>games_list_at_gnome.org</update_contact>
   <project_group>GNOME</project_group>
diff --git a/src/main.c b/src/main.c
index cd9bab8..e77299c 100644
--- a/src/main.c
+++ b/src/main.c
@@ -111,9 +111,9 @@ static void verb_HelpAbout_cb (GSimpleAction *action, GVariant *variant, gpointe
 {
   const char *authors[] =
     {
-      "Robert Roth <robert roth off gmail com>",
       "Guilherme de S. Pastore <gpastore gnome org>",
       "Jens Finke <jens triq net>",
+      "Robert Roth <robert roth off gmail com>",
       NULL
     };
 
@@ -129,7 +129,7 @@ static void verb_HelpAbout_cb (GSimpleAction *action, GVariant *variant, gpointe
                                        "logo-icon-name", "atomix",
                                        "version", VERSION,
                                        "comments", _("A puzzle game about atoms and molecules"),
-                                       "website", "https://github.com/GNOME/atomix";,
+                                       "website", "https://wiki.gnome.org/Apps/Atomix";,
                                        "authors", authors,
                                        "artists", artists,
                                        "translator_credits", _("translator-credits"),


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