From 70514428af18fba73a0cb89e953e62b8308633e3 Mon Sep 17 00:00:00 2001 From: Adam Stephens Date: Mon, 1 Jan 2024 12:44:37 -0500 Subject: [PATCH] fish: add changelog url --- pkgs/shells/fish/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/shells/fish/default.nix b/pkgs/shells/fish/default.nix index fe8cd39b0f12..3703644a73ae 100644 --- a/pkgs/shells/fish/default.nix +++ b/pkgs/shells/fish/default.nix @@ -298,6 +298,7 @@ let meta = with lib; { description = "Smart and user-friendly command line shell"; homepage = "https://fishshell.com/"; + changelog = "https://github.com/fish-shell/fish-shell/releases/tag/${version}"; license = licenses.gpl2; platforms = platforms.unix; maintainers = with maintainers; [ adamcstephens cole-h winter ];