gp_app_info app_info = { .name = "Foo", .desc = "Simple Foo application" .version = "1.0", .license = "GPL-2.0-or-later", .url = "http://foo.url", .authors = (gp_app_info_author []) { {.name = "Jonh Hacker", .email = "jonh.hacker@foo.url", .years = "2023"}, {} } };