jgmenu: update license

This commit is contained in:
AndersonTorres 2021-02-07 21:55:34 -03:00
parent 3dcc51a630
commit a865ec210f

View file

@ -60,7 +60,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/johanmalm/jgmenu";
description = "Small X11 menu intended to be used with openbox and tint2";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = [ maintainers.romildo ];
};