keybinder: set correct license

This package uses MIT license, which is very similar to X11, except that
X11 license has an advertisement clause, which is missing from the MIT.

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-04-29 14:23:55 +02:00 committed by Khem Raj
parent 5955ed4da2
commit d2b5523333
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -1,6 +1,6 @@
DESCRIPTION = "keybinder is a library for registering global key bindings, for gtk-based applications."
HOMEPAGE = "https://github.com/engla/keybinder"
LICENSE = "X11"
LICENSE = "MIT"
SECTION = "devel/lib"
DEPENDS = "gtk+3 gobject-introspection-native \
gtk+ \