about summary refs log tree commit diff
path: root/pkgs/by-name/ya
diff options
context:
space:
mode:
authoréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-02 17:44:23 -0400
committeréclairevoyant <848000+eclairevoyant@users.noreply.github.com>2024-04-02 17:44:23 -0400
commit251b7c94044bdda672cf3f9df74a68ae0e07f651 (patch)
tree12c59706cfd35c2b8f4e98e0d219d2d0eed3a744 /pkgs/by-name/ya
parent87734a9f1cbcc23cccd299fc6079af7b41c1672c (diff)
yazi-unwrapped: remove `meta = with lib;`
Diffstat (limited to 'pkgs/by-name/ya')
-rw-r--r--pkgs/by-name/ya/yazi-unwrapped/package.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/by-name/ya/yazi-unwrapped/package.nix b/pkgs/by-name/ya/yazi-unwrapped/package.nix
index 4db210ec697d0..d77c67128042c 100644
--- a/pkgs/by-name/ya/yazi-unwrapped/package.nix
+++ b/pkgs/by-name/ya/yazi-unwrapped/package.nix
@@ -36,11 +36,11 @@ rustPlatform.buildRustPackage rec {
 
   passthru.updateScript = nix-update-script { };
 
-  meta = with lib; {
+  meta = {
     description = "Blazing fast terminal file manager written in Rust, based on async I/O";
     homepage = "https://github.com/sxyazi/yazi";
-    license = licenses.mit;
-    maintainers = with maintainers; [ xyenon matthiasbeyer ];
+    license = lib.licenses.mit;
+    maintainers = with lib.maintainers; [ xyenon matthiasbeyer ];
     mainProgram = "yazi";
   };
 }