bdt: add maintainer information
This commit is contained in:
parent
a3fc3f0b59
commit
17cb55edc6
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user