Unverified Commit 251b7c94 authored by éclairevoyant's avatar éclairevoyant
Browse files

yazi-unwrapped: remove `meta = with lib;`

parent 87734a9f
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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";
  };
}