smenu: Fix license.

This commit is contained in:
Michael Aldridge 2025-08-11 18:15:04 -05:00
parent 7d4b3bd13c
commit 5bd65f670d

View file

@ -1,12 +1,12 @@
# Template file for 'smenu'
pkgname=smenu
version=1.5.0
revision=1
revision=2
build_style=gnu-configure
makedepends="ncurses-devel"
short_desc="Create selection menus with words from stdin"
maintainer="Orphaned <orphan@voidlinux.org>"
license="GPL-2.0-only"
license="MPL-2.0"
homepage="https://github.com/p-gen/smenu"
changelog="https://raw.githubusercontent.com/p-gen/smenu/master/ChangeLog"
distfiles="https://github.com/p-gen/smenu/releases/download/v${version}/smenu-${version}.tar.bz2"