Added Nate to AUTHORS.

This commit is contained in:
Adam Dingle 2012-04-05 15:07:30 -07:00
parent 5c671c92b6
commit d0ac457aa0
3 changed files with 3 additions and 1 deletions

View file

@ -1,2 +1,4 @@
Jim Nelson <jim@yorba.org>
Eric Gregory <eric@yorba.org>
Nate Lillich <nate@yorba.org>

1
THANKS
View file

@ -1,5 +1,4 @@
The Geary team would like to thank the following contributors:
Charles Lindsay <chaz@yorba.org>
Nate Lillich <nate@yorba.org>
Christian Dywan <christian@twotoasts.de>

View file

@ -23,6 +23,7 @@ public class GearyApplication : YorbaApplication {
public const string[] AUTHORS = {
"Jim Nelson <jim@yorba.org>",
"Eric Gregory <eric@yorba.org>",
"Nate Lillich <nate@yorba.org>",
null
};