about summary refs log tree commit diff
path: root/pkgs/by-name/bd
diff options
context:
space:
mode:
authorMatthias Queitsch <matthias.queitsch@mailbox.org>2024-05-28 15:35:34 +0200
committerMatthias Queitsch <matthias.queitsch@mailbox.org>2024-05-29 12:37:55 +0200
commit17cb55edc64ac00a0fd05b445c4ac74df69cf4e6 (patch)
tree8418a610e1848c0e35bfa35f85152f51c106b831 /pkgs/by-name/bd
parenta3fc3f0b59c43c5a556a367c1755bc77da346739 (diff)
bdt: add maintainer information
Diffstat (limited to 'pkgs/by-name/bd')
-rw-r--r--pkgs/by-name/bd/bdt/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/bd/bdt/package.nix b/pkgs/by-name/bd/bdt/package.nix
index d1413de83e41f..997b15cee39fb 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 ];
   };
 }