summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorMaximiliano Sandoval R <msandova@gnome.org>2022-02-18 15:26:15 +0100
committerNiels De Graef <nielsdegraef@gmail.com>2022-03-07 22:10:23 +0000
commit90c4b5f10a68ce513e8a787cd256d5610d593a9c (patch)
tree2d17fea44f56b56594b2f578da533814d7f77b0c /meson.build
parentb00a2224ab8c8d0ed1fa66674242ec9a5b208d53 (diff)
downloadgnome-contacts-90c4b5f10a68ce513e8a787cd256d5610d593a9c.tar.gz
meson: Use proper license
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 11813bd..8d58324 100644
--- a/meson.build
+++ b/meson.build
@@ -1,7 +1,7 @@
project('gnome-contacts', [ 'vala', 'c' ],
version: '42.alpha',
- license: 'GPL2+',
meson_version: '>= 0.50',
+ license: 'GPL-2.0-or-later',
)
gnome = import('gnome')