meson: Clarify license
SPDX is the standard recommended by Meson.
This commit is contained in:
parent
b2972bb919
commit
4125df1774
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
project(
|
project(
|
||||||
'fractal', 'rust',
|
'fractal', 'rust',
|
||||||
version: '4.4.0',
|
version: '4.4.0',
|
||||||
license: 'GPLv3',
|
license: 'GPL-3.0-or-later',
|
||||||
)
|
)
|
||||||
|
|
||||||
dependency('openssl', version: '>= 1.0')
|
dependency('openssl', version: '>= 1.0')
|
||||||
|
|
Loading…
Reference in a new issue