diff --git a/pkgs/by-name/bd/bdt/package.nix b/pkgs/by-name/bd/bdt/package.nix index d1413de83e41..997b15cee39f 100644 --- a/pkgs/by-name/bd/bdt/package.nix +++ b/pkgs/by-name/bd/bdt/package.nix @@ -15,11 +15,11 @@ rustPlatform.buildRustPackage rec { cargoHash = "sha256-4KrFhchoIB2N89m7HrL0xj2Z+u/6/6Onxa2wIAX18Io="; - meta = { + meta = with lib; { description = "boring data tool. A CLI tool to query parquet, json and avro files"; homepage = "https://github.com/datafusion-contrib/bdt"; - license = lib.licenses.asl20; + license = licenses.asl20; mainProgram = "bdt"; - maintainers = []; + maintainers = with maintainers; [ matthiasq ]; }; }