[amtk] Move to GitLab: update HACKING file and URLs



commit 9e9a5eb1ff6d1b83d00d7a1781ac4f58f8ca1a9b
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed May 23 16:54:12 2018 +0200

    Move to GitLab: update HACKING file and URLs

 HACKING          | 8 +++-----
 amtk.doap        | 2 +-
 amtk/amtk-init.c | 2 +-
 configure.ac     | 2 +-
 po/sv.po         | 2 +-
 5 files changed, 7 insertions(+), 9 deletions(-)
---
diff --git a/HACKING b/HACKING
index eea58c9..dd870f9 100644
--- a/HACKING
+++ b/HACKING
@@ -3,10 +3,8 @@ How to contribute to Amtk
 
 Amtk follows the same guidelines and code conventions as GtkSourceView:
 
-    https://git.gnome.org/browse/gtksourceview/tree/HACKING
+    https://gitlab.gnome.org/GNOME/gtksourceview/blob/master/HACKING
 
-To contribute, send a pull request by e-mail to the maintainer.
+The Amtk GitLab:
 
-Read the following wiki page to know the conventions for the commit messages:
-
-    https://wiki.gnome.org/Git/CommitMessages
+    https://gitlab.gnome.org/GNOME/amtk
diff --git a/amtk.doap b/amtk.doap
index 427dc5e..7ae975f 100644
--- a/amtk.doap
+++ b/amtk.doap
@@ -13,7 +13,7 @@ suitable for both a traditional UI or a modern UI with a GtkHeaderBar.</descript
   <homepage rdf:resource="https://wiki.gnome.org/Projects/Amtk"; />
   <mailing-list rdf:resource="https://mail.gnome.org/mailman/listinfo/gnome-devtools"; />
   <download-page rdf:resource="https://download.gnome.org/sources/amtk/"; />
-  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/tepl/issues"; />
+  <bug-database rdf:resource="https://gitlab.gnome.org/GNOME/amtk/issues"; />
 
   <programming-language>C</programming-language>
 
diff --git a/amtk/amtk-init.c b/amtk/amtk-init.c
index e56dff2..8c559a3 100644
--- a/amtk/amtk-init.c
+++ b/amtk/amtk-init.c
@@ -70,7 +70,7 @@ amtk_init (void)
  * gobject-list [1] correctly reports that all Amtk* objects have been finalized
  * when quitting the application. On the other hand a DSO destructor runs after
  * the gobject-list's last output, so it's much less convenient, see:
- * https://git.gnome.org/browse/gtksourceview/commit/?id=e761de9c2bee90c232875bbc41e6e73e1f63e145
+ * https://gitlab.gnome.org/GNOME/gtksourceview/commit/e761de9c2bee90c232875bbc41e6e73e1f63e145
  *
  * [1] A tool for debugging the lifetime of GObjects:
  * https://github.com/danni/gobject-list
diff --git a/configure.ac b/configure.ac
index d9de207..dfb62ae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -7,7 +7,7 @@ m4_define(amtk_package_version, 4.99.2)
 
 AC_INIT([Amtk],
        [amtk_package_version],
-       [https://gitlab.gnome.org/GNOME/tepl/issues],
+       [https://gitlab.gnome.org/GNOME/amtk/issues],
        [amtk],
        [https://wiki.gnome.org/Projects/Amtk])
 
diff --git a/po/sv.po b/po/sv.po
index 7fc19e6..658558f 100644
--- a/po/sv.po
+++ b/po/sv.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: tepl master\n"
-"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/tepl/issues\n";
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/amtk/issues\n";
 "POT-Creation-Date: 2018-02-27 19:31+0000\n"
 "PO-Revision-Date: 2018-03-11 22:01+0100\n"
 "Last-Translator: Anders Jonsson <anders jonsson norsjovallen se>\n"


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