nedit: add license

see issue #43716
This commit is contained in:
Pascal Wittmann
2018-08-06 12:38:10 +02:00
parent bf56cfe48c
commit 351ee40066

View File

@@ -28,5 +28,6 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
homepage = https://sourceforge.net/projects/nedit;
platforms = with platforms; linux ++ darwin;
license = licenses.gpl2;
};
}