bdt: add maintainer information

This commit is contained in:
Matthias Queitsch 2024-05-28 15:35:34 +02:00
parent a3fc3f0b59
commit 17cb55edc6
No known key found for this signature in database
GPG Key ID: CD662A5B9FE1E2F8

View File

@ -15,11 +15,11 @@ rustPlatform.buildRustPackage rec {
cargoHash = "sha256-4KrFhchoIB2N89m7HrL0xj2Z+u/6/6Onxa2wIAX18Io="; cargoHash = "sha256-4KrFhchoIB2N89m7HrL0xj2Z+u/6/6Onxa2wIAX18Io=";
meta = { meta = with lib; {
description = "boring data tool. A CLI tool to query parquet, json and avro files"; description = "boring data tool. A CLI tool to query parquet, json and avro files";
homepage = "https://github.com/datafusion-contrib/bdt"; homepage = "https://github.com/datafusion-contrib/bdt";
license = lib.licenses.asl20; license = licenses.asl20;
mainProgram = "bdt"; mainProgram = "bdt";
maintainers = []; maintainers = with maintainers; [ matthiasq ];
}; };
} }