From d0ac457aa03cf30b70f0a08754947b4114f9e064 Mon Sep 17 00:00:00 2001 From: Adam Dingle Date: Thu, 5 Apr 2012 15:07:30 -0700 Subject: [PATCH] Added Nate to AUTHORS. --- AUTHORS | 2 ++ THANKS | 1 - src/client/geary-application.vala | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) 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 };