fishPlugins.fzf-fish: add meta.changelog

This commit is contained in:
natsukium
2023-08-24 23:24:54 +09:00
parent 045910a1a3
commit cf8bd45123
+1
View File
@@ -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 ];
};