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
No known key found for this signature in database
GPG Key ID: C899ACE7E2322852

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;
};
}