nedit: add license

see issue #43716

+1
+1
pkgs/applications/editors/nedit/default.nix
··· 28 28 meta = with stdenv.lib; { 29 29 homepage = https://sourceforge.net/projects/nedit; 30 30 platforms = with platforms; linux ++ darwin; 31 + license = licenses.gpl2; 31 32 }; 32 33 }