diff --git a/meson.build b/meson.build index 406facc..af7ed9f 100644 --- a/meson.build +++ b/meson.build @@ -1,6 +1,6 @@ project('libei', 'c', version: '0.1', - license: 'MIT/Expat', + license: 'MIT', default_options: [ 'c_std=gnu99', 'warning_level=2' ], meson_version: '>= 0.50.0')