Skip to content

Commit

Permalink
Add my name to authors in AboutDialog.vala
Browse files Browse the repository at this point in the history
  • Loading branch information
JMoerman committed Oct 2, 2017
1 parent d51bea2 commit 5f31913
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/view/AboutDialog.vala
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ public class AboutDialog : Gtk.AboutDialog {
website = GOFI.PROJECT_WEBSITE;
version = GOFI.APP_VERSION;

authors = { "<a href='http://manuel-kehl.de'>Manuel Kehl</a>" };
authors = {
"Jonathan Moerman",
"<a href='http://manuel-kehl.de'>Manuel Kehl</a>"
};
artists = { "<a href='http://traumad91.deviantart.com'>Micah Ilbery</a>" };
}

Expand Down

0 comments on commit 5f31913

Please sign in to comment.