diff --git a/meson.build b/meson.build index e518b815..32b51b16 100644 --- a/meson.build +++ b/meson.build @@ -1,7 +1,7 @@ project( 'fractal', 'rust', version: '4.4.0', - license: 'GPLv3', + license: 'GPL-3.0-or-later', ) dependency('openssl', version: '>= 1.0')