summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Stephens <adam@valkor.net>2024-01-01 12:44:37 -0500
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2024-01-02 17:27:56 +0000
commit3536d4adeed041e6b6ab596e33ec0d4e1e1b44bf (patch)
tree913f85ec62758d6f033a6d2017688f6277d3c4f9
parentfish: add adamcstephens as maintainer (diff)
downloadnixpkgs-3536d4adeed041e6b6ab596e33ec0d4e1e1b44bf.tar.gz
(cherry picked from commit 9d7aa349df459d0b00dd31e5c5cc8420312e630e)
-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 ];