[gnome-games/authors] Sort AUTHORS and credits by alphabetical order



commit d0761cb7f07cf775c5286fcb6927d75bd6f3ccd0
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sat Feb 16 14:08:58 2019 +0100

    Sort AUTHORS and credits by alphabetical order

 AUTHORS          | 2 +-
 src/credits.vala | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/AUTHORS b/AUTHORS
index e15cb936..c1de17cf 100755
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
-Adrien Plazas <kekun plazas laposte net>
 Abhinav Singh <theawless gmail com>
+Adrien Plazas <kekun plazas laposte net>
 Alexander Mikhaylenko <exalm7659 gmail com>
 Jakub Steiner <jimmac gmail com>
 Megh Parikh <meghprkh gmail com>
diff --git a/src/credits.vala b/src/credits.vala
index 850c83a7..0bc82e2d 100644
--- a/src/credits.vala
+++ b/src/credits.vala
@@ -2,8 +2,8 @@
 
 namespace Games.Credits {
        private const string[] AUTHORS = {
-               "Adrien Plazas <kekun plazas laposte net>",
                "Abhinav Singh <theawless gmail com>",
+               "Adrien Plazas <kekun plazas laposte net>",
                "Alexander Mikhaylenko <exalm7659 gmail com>",
                "Megh Parikh <meghprkh gmail com>",
                "Ricard Gascons <gascons1995 gmail com>",


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