summary refs log tree commit diff
path: root/pkgs/shells/fish/plugins/fzf-fish.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/shells/fish/plugins/fzf-fish.nix')
-rw-r--r--pkgs/shells/fish/plugins/fzf-fish.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/shells/fish/plugins/fzf-fish.nix b/pkgs/shells/fish/plugins/fzf-fish.nix
index 1b5b02b204d..80a5dc34e84 100644
--- a/pkgs/shells/fish/plugins/fzf-fish.nix
+++ b/pkgs/shells/fish/plugins/fzf-fish.nix
@@ -38,6 +38,7 @@ buildFishPlugin rec {
   meta = with lib; {
     description = "Augment your fish command line with fzf key bindings";
     homepage = "https://github.com/PatrickF1/fzf.fish";
+    changelog = "https://github.com/PatrickF1/fzf.fish/releases/tag/${src.rev}";
     license = licenses.mit;
     maintainers = with maintainers; [ pacien natsukium ];
   };