diff options
Diffstat (limited to 'community/nedit/APKBUILD')
-rw-r--r-- | community/nedit/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nedit/APKBUILD b/community/nedit/APKBUILD index e5bdf28afb..5923a75ab8 100644 --- a/community/nedit/APKBUILD +++ b/community/nedit/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="The Nirvana Editor, a multi-purpose X11 editor that's easy to use" url="https://sourceforge.net/projects/nedit/" arch="all" -license="GPL2+" +license="GPL-2.0-or-later" # perl for docs, bison and flex are used but may be optional makedepends="$depends_dev motif-dev bison flex perl" subpackages="$pkgname-doc" |