From 206c0968298d5021a83af065fd39360a4c53a004 Mon Sep 17 00:00:00 2001 From: June Tate-Gans Date: Fri, 13 May 2022 15:07:45 -0500 Subject: [PATCH] meson: Fix the project name to not be lutris --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index f16e7ae..d30a996 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project( - 'lutris', + 'g13gui', license: 'MIT' )