commit 48ce8d601a5e05959fabca749331b05b5495eca5
parent d2fe8e09e6391cb24d745e7e4b6f23d65d8c62e8
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Sat, 9 Jan 2016 17:35:00 -0800
Update authors
Diffstat:
2 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/LICENCE.md b/LICENCE.md
@@ -11,6 +11,7 @@ Maintainer:
Contributors:
+* Andreas Cadhalpun
* Colin Watson
* Daniel Hams
* Fabian Deutsch
diff --git a/src/spek-window.cc b/src/spek-window.cc
@@ -314,6 +314,7 @@ void SpekWindow::on_about(wxCommandEvent&)
{
wxAboutDialogInfo info;
info.AddDeveloper("Alexander Kojevnikov");
+ info.AddDeveloper("Andreas Cadhalpun");
info.AddDeveloper("Colin Watson");
info.AddDeveloper("Daniel Hams");
info.AddDeveloper("Fabian Deutsch");