nedit: add license

see issue #43716

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