netrw: Add missing license to meta attributes.
This commit is contained in:
parent
8bd81bc3d6
commit
172f29cc3c
@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A simple tool for transporting data over the network.";
|
description = "A simple tool for transporting data over the network.";
|
||||||
|
license = stdenv.lib.licenses.gpl2;
|
||||||
homepage = "http://mamuti.net/netrw/index.en.html";
|
homepage = "http://mamuti.net/netrw/index.en.html";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user