[gitg] Add new authors



commit 9b198259529c4b7557ce8b203cb1213d941e94e9
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Thu Dec 27 12:38:04 2018 +0100

    Add new authors

 AUTHORS                    | 2 ++
 data/gitg.1                | 1 +
 gitg/gitg-application.vala | 3 ++-
 3 files changed, 5 insertions(+), 1 deletion(-)
---
diff --git a/AUTHORS b/AUTHORS
index 14da4b1e..615f31f5 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -2,3 +2,5 @@ Main/active authors:
 
 Jesse van den Kieboom  <jessevdk gnome org>
 Ignacio Casal Quinteiro  <icq gnome org>
+Alberto Fanjul <albfan gnome org>
+
diff --git a/data/gitg.1 b/data/gitg.1
index 5899d583..64774acb 100644
--- a/data/gitg.1
+++ b/data/gitg.1
@@ -42,4 +42,5 @@ which has the same format as used with
 
 .SH AUTHORS
 Jesse van den Kieboom  <jesse icecrew nl>
+Alberto Fanjul  <albfan gnome org>
 
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index 834c352d..0aae0732 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -219,7 +219,8 @@ public class Application : Gtk.Application
        {
                string[] artists = {"Jakub Steiner <jimmac gmail com>"};
                string[] authors = {"Jesse van den Kieboom <jessevdk gnome org>",
-                                   "Ignacio Casal Quinteiro <icq gnome org>"};
+                                   "Ignacio Casal Quinteiro <icq gnome org>",
+                                   "Alberto Fanjul <albfan gnome org>"};
 
                string copyright = "Copyright \xc2\xa9 2012 Jesse van den Kieboom";
                string comments = _("gitg is a Git repository viewer for GTK+/GNOME");


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