yazi: add meta.changelog

This commit is contained in:
Austin Horstman
2026-05-14 14:19:38 -05:00
parent bcf71190d6
commit e2b6d8e3f4
2 changed files with 2 additions and 0 deletions
@@ -62,6 +62,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
meta = {
description = "Blazing fast terminal file manager written in Rust, based on async I/O";
homepage = "https://github.com/sxyazi/yazi";
changelog = "https://github.com/sxyazi/yazi/blob/${finalAttrs.passthru.srcs.code_src.rev}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [
eljamm
+1
View File
@@ -102,6 +102,7 @@ runCommand yazi-unwrapped.name
license
maintainers
mainProgram
changelog
;
};