yazi-unwrapped: remove meta = with lib;

This commit is contained in:
éclairevoyant 2024-04-02 17:44:23 -04:00
parent 87734a9f1c
commit 251b7c9404
No known key found for this signature in database
GPG Key ID: E3813AEAA02DB54B

View File

@ -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";
};
}