summary refs log tree commit diff
path: root/pkgs/applications/editors/nedit
diff options
context:
space:
mode:
authorPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:38:10 +0200
committerPascal Wittmann <mail@pascal-wittmann.de>2018-08-06 12:38:10 +0200
commit351ee40066ef24772dcd972faf03daae38629db9 (patch)
tree8dc04f1c2a79f4a68fdce9abfc7397e6893e9b7e /pkgs/applications/editors/nedit
parentbf56cfe48c299c8a57315cec1e42766f5e233001 (diff)
nedit: add license
see issue #43716
Diffstat (limited to 'pkgs/applications/editors/nedit')
-rw-r--r--pkgs/applications/editors/nedit/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix
index 39d96775ebcd2..6fff6df8cdda7 100644
--- a/pkgs/applications/editors/nedit/default.nix
+++ b/pkgs/applications/editors/nedit/default.nix
@@ -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;
   };
 }