about summary refs log tree commit diff
path: root/pkgs/shells
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-01 12:44:37 -0500
committerCole Helbling <cole.e.helbling@outlook.com>2024-01-02 07:40:58 -0800
commit70514428af18fba73a0cb89e953e62b8308633e3 (patch)
tree647128ce2bf2a3be1c51fb29854baf2fdfa7ca25 /pkgs/shells
parentaf1e902005e317d20495e8cdda9123f4370bf572 (diff)
downloadnixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar.gz
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar.bz2
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar.lz
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar.xz
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.tar.zst
nixlib-70514428af18fba73a0cb89e953e62b8308633e3.zip
fish: add changelog url
Diffstat (limited to 'pkgs/shells')
-rw-r--r--pkgs/shells/fish/default.nix1
1 files changed, 1 insertions, 0 deletions
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 ];