diff --git a/AUTHORS b/AUTHORS index 3d5b2d07..e8533edf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -1,2 +1,4 @@ Jim Nelson Eric Gregory +Nate Lillich + diff --git a/THANKS b/THANKS index 678581f6..868afc1b 100644 --- a/THANKS +++ b/THANKS @@ -1,5 +1,4 @@ The Geary team would like to thank the following contributors: Charles Lindsay -Nate Lillich Christian Dywan diff --git a/src/client/geary-application.vala b/src/client/geary-application.vala index 9f4c8bfb..d1379094 100644 --- a/src/client/geary-application.vala +++ b/src/client/geary-application.vala @@ -23,6 +23,7 @@ public class GearyApplication : YorbaApplication { public const string[] AUTHORS = { "Jim Nelson ", "Eric Gregory ", + "Nate Lillich ", null };