diff options
-rw-r--r-- | community/xbindkeys/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/xbindkeys/APKBUILD b/community/xbindkeys/APKBUILD index 533a673e466..e4806769265 100644 --- a/community/xbindkeys/APKBUILD +++ b/community/xbindkeys/APKBUILD @@ -7,7 +7,7 @@ pkgrel=3 pkgdesc="Program for launching shell commands via keyboard shortcuts in X" url="https://nongnu.org/xbindkeys/" arch="all" -license="GPL-2.0" +license="GPL-2.0-or-later" depends="guile" makedepends="guile-dev libx11-dev" subpackages="$pkgname-doc" |