[pitivi] Correct the list of maintainers



commit 06662171bc52f8a2d98b7bbc8b5a0cc9282d71e0
Author: Jean-François Fortin Tam <nekohayo gmail com>
Date:   Fri Nov 13 17:00:49 2015 -0500

    Correct the list of maintainers
    
    Add Alex (who has been doing awesome work for a long time)
    and correct Thibault's email address.

 AUTHORS              |    4 ++--
 pitivi.doap          |    2 +-
 pitivi/mainwindow.py |    3 ++-
 3 files changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index 7333b45..1a6a040 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -3,7 +3,7 @@ Now with half the codebase and twice the power
 
 2012 - ...
 
-Maintained by Thibault Saunier, Jeff Fortin and Mathieu Duponchelle
+Maintained by Thibault Saunier, Jeff Fortin, Mathieu Duponchelle and Alex Băluț
 with the help of many contributors.
 
 A handwritten list here would be too long, be frequently outdated,
@@ -23,7 +23,7 @@ Edward     HERVEY    <bilboed bilboed com>
 Alessandro Decina <alessandro decina collabora co uk>
 Brandon Lewis <brandon_lewis berkeley edu> (UI)
 Jeff Fortin <nekohayo gmail com> (UI)
-Thibault Saunier <thibault saunier collabora com>
+Thibault Saunier <tsaunier gnome org>
 Alex Băluț <alexandru balut gmail com>
 
 Contributors:
diff --git a/pitivi.doap b/pitivi.doap
index 88b27ef..8327795 100644
--- a/pitivi.doap
+++ b/pitivi.doap
@@ -29,7 +29,7 @@ we would recommend building from version control.
   <maintainer>
     <foaf:Person>
       <foaf:name>Thibault Saunier</foaf:name>
-      <foaf:mbox rdf:resource="mailto:thibault saunier collabora com" />
+      <foaf:mbox rdf:resource="mailto:tsaunier gnome org" />
       <gnome:userid>tsaunier</gnome:userid>
     </foaf:Person>
   </maintainer>
diff --git a/pitivi/mainwindow.py b/pitivi/mainwindow.py
index 877ba49..8466985 100644
--- a/pitivi/mainwindow.py
+++ b/pitivi/mainwindow.py
@@ -646,8 +646,9 @@ class PitiviMainWindow(Gtk.ApplicationWindow, Loggable):
 
         authors = [_("Current maintainers:"),
                    "Jean-François Fortin Tam <nekohayo gmail com>",
-                   "Thibault Saunier <thibault saunier collabora com>",
+                   "Thibault Saunier <tsaunier gnome org>",
                    "Mathieu Duponchelle <mduponchelle1 gmail com>",
+                   "Alexandru Băluț <alexandru balut gmail com>",
                    "",
                    _("Past maintainers:"),
                    "Edward Hervey <bilboed bilboed com>",


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