From 172f29cc3cd39f4a3ef5bad0d7cb072b08573c02 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 21 Jul 2012 13:39:55 +0200 Subject: [PATCH] netrw: Add missing license to meta attributes. --- pkgs/tools/networking/netrw/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/networking/netrw/default.nix b/pkgs/tools/networking/netrw/default.nix index eb03377fc52..23ff6ddba55 100644 --- a/pkgs/tools/networking/netrw/default.nix +++ b/pkgs/tools/networking/netrw/default.nix @@ -28,6 +28,7 @@ stdenv.mkDerivation rec { meta = { description = "A simple tool for transporting data over the network."; + license = stdenv.lib.licenses.gpl2; homepage = "http://mamuti.net/netrw/index.en.html"; }; }