diff --git a/pkgs/top-level/lua-packages.nix b/pkgs/top-level/lua-packages.nix index f0a293c24f4..4087edd2127 100644 --- a/pkgs/top-level/lua-packages.nix +++ b/pkgs/top-level/lua-packages.nix @@ -206,7 +206,7 @@ let ); ''; - meta = { + meta = with stdenv.lib; { homepage = "http://w3.impa.br/~diego/software/luasocket/"; hydraPlatforms = with platforms; [darwin linux freebsd illumos]; maintainers = with maintainers; [ mornfall ];