Skip to content

Commit 38a5b57

Browse files
committed
application: Add myself to about dialog as developer
1 parent a9d8ac0 commit 38a5b57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/exm-application.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ exm_application_show_about (GSimpleAction *action G_GNUC_UNUSED,
160160
{
161161
ExmApplication *self = EXM_APPLICATION (user_data);
162162
GtkWindow *window = NULL;
163-
const gchar *authors[] = {"Matthew Jakeman", NULL};
163+
const gchar *authors[] = {"Matthew Jakeman", "Óscar Fernández Díaz", NULL};
164164

165165
AdwDialog *about_dialog;
166166

0 commit comments

Comments
 (0)