netrw: Add missing license to meta attributes.

This commit is contained in:
aszlig 2012-07-21 13:39:55 +02:00
parent 8bd81bc3d6
commit 172f29cc3c

View file

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