mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 04:43:09 +03:00
netrw: Add missing license to meta attributes.
This commit is contained in:
parent
8bd81bc3d6
commit
172f29cc3c
@ -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";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user