diff --git a/main.c b/main.c index a93b158..3fa5475 100644 --- a/main.c +++ b/main.c @@ -25,7 +25,7 @@ static SDL_GLContext context = NULL; /* This function runs once at startup. */ SDL_AppResult SDL_AppInit(void **appstate, int argc, char *argv[]) { - SDL_SetAppMetadata("Heartbeat", "1.0", "io.typetrait.heartbeat"); + SDL_SetAppMetadata("Heartbeat", "1.0", "eu.basthet.heartbeat"); SDL_GL_SetAttribute(SDL_GL_DOUBLEBUFFER, 1); SDL_GL_SetAttribute(SDL_GL_CONTEXT_MAJOR_VERSION, 4);