From 351ee40066ef24772dcd972faf03daae38629db9 Mon Sep 17 00:00:00 2001 From: Pascal Wittmann Date: Mon, 6 Aug 2018 12:38:10 +0200 Subject: [PATCH] nedit: add license see issue #43716 --- pkgs/applications/editors/nedit/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/editors/nedit/default.nix b/pkgs/applications/editors/nedit/default.nix index 39d96775ebcd..6fff6df8cdda 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; }; }