fzf: add changelog

This commit is contained in:
Daniel Nagy 2021-03-14 00:39:18 +01:00
parent 25bc1def1c
commit 88b18be56d
No known key found for this signature in database
GPG Key ID: 1B8E8DCB576FB671

View File

@ -71,5 +71,6 @@ buildGoModule rec {
license = licenses.mit;
maintainers = with maintainers; [ Br1ght0ne ma27 zowoq ];
platforms = platforms.unix;
changelog = "https://github.com/junegunn/fzf/blob/${version}/CHANGELOG.md";
};
}