Add new authors

This commit is contained in:
Alberto Fanjul 2018-12-27 12:38:04 +01:00
parent 7de63523e3
commit 9b19825952
3 changed files with 5 additions and 1 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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");