From f5e50a3ca0e8db2fd85a6caab79b65e9cf24358c Mon Sep 17 00:00:00 2001 From: Tomodachi94 Date: Sun, 28 Dec 2025 17:30:05 -0800 Subject: [PATCH] zsh-you-should-use: add `meta.changelog` --- pkgs/by-name/zs/zsh-you-should-use/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/by-name/zs/zsh-you-should-use/package.nix b/pkgs/by-name/zs/zsh-you-should-use/package.nix index cea990d28ef0..c891d8704431 100644 --- a/pkgs/by-name/zs/zsh-you-should-use/package.nix +++ b/pkgs/by-name/zs/zsh-you-should-use/package.nix @@ -33,6 +33,7 @@ stdenvNoCC.mkDerivation (finalAttrs: { meta = { homepage = "https://github.com/MichaelAquilina/zsh-you-should-use"; + changelog = "https://github.com/MichaelAquilina/zsh-you-should-use/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.gpl3; description = "ZSH plugin that reminds you to use existing aliases for commands you just typed"; maintainers = with lib.maintainers; [ tomodachi94 ];